public class MultiByteBufferInputStream extends InputStream
| Constructor and Description |
|---|
MultiByteBufferInputStream(org.jboss.netty.buffer.ChannelBuffer channelBuffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic MultiByteBufferInputStream(org.jboss.netty.buffer.ChannelBuffer channelBuffer)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2013. All Rights Reserved.