public static interface CompressedSource.DecompressingChannelFactory
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.nio.channels.ReadableByteChannel |
createDecompressingChannel(java.nio.channels.ReadableByteChannel channel)
Given a channel, create a channel that decompresses the content read from the channel.
|