Class ServerInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Direct Known Subclasses:
    ByteSequenceServerInputStream

    public abstract class ServerInputStream
    extends java.io.InputStream
    Provides non-blocking InputStream for servicing.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.io.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.
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServerInputStream

        public ServerInputStream()
    • Method Detail

      • createBrowseInputStream

        public abstract java.io.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.