public class ByteBufferInputStream
extends java.io.InputStream
Constructor and Description |
---|
ByteBufferInputStream(int bufferSize)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
void |
destroy() |
java.nio.ByteBuffer |
getBuffer()
Get a buffer to write to this InputStream.
|
long |
getTimeout()
getSoTimeout.
|
void |
mark(int arg0) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] buf) |
int |
read(byte[] buf,
int offset,
int length) |
void |
recycle(java.nio.ByteBuffer buf) |
void |
reset() |
void |
setTimeout(long l)
setSoTimeout.
|
long |
skip(long length) |
void |
write(java.nio.ByteBuffer buffer) |
public long getTimeout()
public void setTimeout(long l)
l
- public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public void mark(int arg0)
mark
in class java.io.InputStream
public boolean markSupported()
markSupported
in class java.io.InputStream
public int read(byte[] buf, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] buf) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void reset() throws java.io.IOException
reset
in class java.io.InputStream
java.io.IOException
public long skip(long length) throws java.io.IOException
skip
in class java.io.InputStream
java.io.IOException
InputStream.skip(long)
public void write(java.nio.ByteBuffer buffer)
public java.nio.ByteBuffer getBuffer()
public void recycle(java.nio.ByteBuffer buf)
public void destroy()
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.