public final class SeekableByteChannelChunkedNioStream
extends io.netty.handler.stream.ChunkedNioStream
| Constructor and Description |
|---|
SeekableByteChannelChunkedNioStream(java.nio.channels.SeekableByteChannel sbc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEndOfInput() |
long |
length() |
public SeekableByteChannelChunkedNioStream(java.nio.channels.SeekableByteChannel sbc)
throws java.io.IOException
java.io.IOExceptionpublic long length()
length in interface io.netty.handler.stream.ChunkedInput<io.netty.buffer.ByteBuf>length in class io.netty.handler.stream.ChunkedNioStreampublic final boolean isEndOfInput()
isEndOfInput in interface io.netty.handler.stream.ChunkedInput<io.netty.buffer.ByteBuf>isEndOfInput in class io.netty.handler.stream.ChunkedNioStream