com.sun.grizzly.util
Class ByteBufferInputStream
java.lang.Object
java.io.InputStream
com.sun.grizzly.util.InputReader
com.sun.grizzly.util.ByteBufferInputStream
- All Implemented Interfaces:
- Closeable
Deprecated. - Use InputReader
instead
public class ByteBufferInputStream
- extends InputReader
This class implement IO stream operations on top of a ByteBuffer
.
Under the hood, this class use a temporary Selector pool for reading
bytes when the client ask for more and the current Selector is not yet ready.
- Author:
- Jeanfrancois Arcand
Methods inherited from class com.sun.grizzly.util.InputReader |
available, close, doClearRead, doRead, doSecureRead, getByteBuffer, getChannelType, getDefaultReadTimeout, getReadTimeout, isSecure, markSupported, read, read, read, read, recycle, setByteBuffer, setChannelType, setDefaultReadTimeout, setReadTimeout, setSecure, setSelectionKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteBufferInputStream
public ByteBufferInputStream()
- Deprecated.
Copyright © 2012 Oracle Corporation. All Rights Reserved.