Package net.officefloor.server.stream
Class ServerInputStream
- java.lang.Object
-
- java.io.InputStream
-
- net.officefloor.server.stream.ServerInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Direct Known Subclasses:
ByteSequenceServerInputStream
public abstract class ServerInputStream extends java.io.InputStream
Provides non-blockingInputStream
for servicing.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ServerInputStream()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.io.InputStream
createBrowseInputStream()
Obtains a newInputStream
that starts browsing the input content from the current position of theServerInputStream
within the input stream of data.
-
-
-
Method Detail
-
createBrowseInputStream
public abstract java.io.InputStream createBrowseInputStream()
Obtains a newInputStream
that starts browsing the input content from the current position of theServerInputStream
within the input stream of data.- Returns:
InputStream
.
-
-