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, skip
public MultiByteBufferInputStream(org.jboss.netty.buffer.ChannelBuffer channelBuffer)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
Copyright © 2013. All Rights Reserved.