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