java.lang.Object
java.io.InputStream
org.glassfish.grizzly.http.io.NIOInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable,BinaryNIOInputSource,org.glassfish.grizzly.InputSource
Stream implementation to read binary request content.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.grizzly.http.io.BinaryNIOInputSource
getBuffer, readBuffer, readBufferMethods inherited from interface org.glassfish.grizzly.InputSource
isFinished, isReady, notifyAvailable, notifyAvailable, readyData
-
Constructor Details
-
NIOInputStream
public NIOInputStream()
-