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