Interface ByteConsumer<X extends Throwable>

All Known Implementing Classes:
ByteArrayByteConsumer, ByteChunkByteConsumer, ByteOutputByteConsumer, FillByteArrayByteConsumer, OutputStreamByteConsumer, SkipByteConsumer

public interface ByteConsumer<X extends Throwable>
ByteConsumer
Version:
0.0.1
Author:
scx567888
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • accept

      boolean accept(ByteChunk chunk) throws X
      Returns:
      needMore 是否需要更多数据
      Throws:
      X