Uses of Interface
com.github.mizosoft.methanol.decoder.AsyncDecoder.ByteSink
-
Packages that use AsyncDecoder.ByteSink Package Description com.github.mizosoft.methanol.decoder -
-
Uses of AsyncDecoder.ByteSink in com.github.mizosoft.methanol.decoder
Methods in com.github.mizosoft.methanol.decoder with parameters of type AsyncDecoder.ByteSink Modifier and Type Method Description voidAsyncDecoder. decode(AsyncDecoder.ByteSource source, AsyncDecoder.ByteSink sink)Processes whatever data available from the given source, writing decompressed bytes to the given sink.
-