Uses of Interface
com.github.mizosoft.methanol.decoder.AsyncDecoder.ByteSource
-
Packages that use AsyncDecoder.ByteSource Package Description com.github.mizosoft.methanol.decoder -
-
Uses of AsyncDecoder.ByteSource in com.github.mizosoft.methanol.decoder
Methods in com.github.mizosoft.methanol.decoder with parameters of type AsyncDecoder.ByteSource 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.
-