public class InflateChannel extends Object implements ReadableByteChannel
Content-Encoding: deflate.| Constructor and Description |
|---|
InflateChannel(ReadableByteChannel channel,
ByteBuffer buffer) |
public InflateChannel(ReadableByteChannel channel, ByteBuffer buffer) throws IllegalArgumentException
IllegalArgumentExceptionpublic int read(ByteBuffer dest) throws IOException
read in interface ReadableByteChannelIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionCopyright © 2023. All rights reserved.