Class ServerInputStream

java.lang.Object
java.io.InputStream
net.officefloor.server.stream.ServerInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
ByteSequenceServerInputStream

public abstract class ServerInputStream extends InputStream
Provides non-blocking InputStream for servicing.
Author:
Daniel Sagenschneider
  • Constructor Details

    • ServerInputStream

      public ServerInputStream()
  • Method Details

    • createBrowseInputStream

      public abstract InputStream createBrowseInputStream()
      Obtains a new InputStream that starts browsing the input content from the current position of the ServerInputStream within the input stream of data.
      Returns:
      InputStream.