| java.lang.Object java.io.InputStream org.quickserver.util.io.ByteBufferInputStream
ByteBufferInputStream | public class ByteBufferInputStream extends InputStream (Code) | | This is an InputStream constructed from list of ByteBuffers. This is
used in non-blocking mode.
since: 1.4.5 author: Akshathkumar Shetty |
available | public synchronized int available()(Code) | | |
availableOnlyInByteBuffer | public synchronized int availableOnlyInByteBuffer()(Code) | | |
dumpContent | public void dumpContent()(Code) | | |
isLineReady | public synchronized boolean isLineReady() throws IOException(Code) | | Checks if a line of String is ready to be read.
throws: IOException - if connection is lost or closed. |
isLoggable | public static boolean isLoggable(Level level)(Code) | | since: 1.4.7 |
markSupported | public boolean markSupported()(Code) | | |
read | public synchronized int read(byte[] b, int off, int len) throws IOException(Code) | | |
setDebug | public static void setDebug(boolean flag)(Code) | | Sets the debug flag.
|
|
|