public class ChannelBufferInputStream extends InputStream
| 构造器和说明 |
|---|
ChannelBufferInputStream(ChannelBuffer buffer) |
ChannelBufferInputStream(ChannelBuffer buffer,
int length) |
public ChannelBufferInputStream(ChannelBuffer buffer)
public ChannelBufferInputStream(ChannelBuffer buffer, int length)
public int readBytes()
public int available()
throws IOException
available 在类中 InputStreamIOExceptionpublic void mark(int readlimit)
mark 在类中 InputStreampublic boolean markSupported()
markSupported 在类中 InputStreampublic int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionpublic void reset()
throws IOException
reset 在类中 InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip 在类中 InputStreamIOExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.