-
- Enclosing interface:
- AsyncDecoder
public static interface AsyncDecoder.ByteSinkA sink of bytes for writing the decompressed stream asByteBufferchunks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.nio.ByteBuffercurrentSink()Returns aByteBufferwith available space for writing the decompressed stream.default voidpushBytes(java.nio.ByteBuffer src)Pushessrc.remaining()bytes from the given source buffer to this sink.
-