Package net.officefloor.server.stream
Class ServerInputStream
java.lang.Object
java.io.InputStream
net.officefloor.server.stream.ServerInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
ByteSequenceServerInputStream
Provides non-blocking
InputStream for servicing.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract InputStreamObtains a newInputStreamthat starts browsing the input content from the current position of theServerInputStreamwithin the input stream of data.Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ServerInputStream
public ServerInputStream()
-
-
Method Details
-
createBrowseInputStream
Obtains a newInputStreamthat starts browsing the input content from the current position of theServerInputStreamwithin the input stream of data.- Returns:
InputStream.
-