Class ByteSequenceServerInputStream

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int available()  
      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.
      int read()  
      • Methods inherited from class java.io.InputStream

        close, mark, markSupported, nullInputStream, 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

      • ByteSequenceServerInputStream

        public ByteSequenceServerInputStream​(ByteSequence byteSequence,
                                             int position)
        Instantiate.
        Parameters:
        byteSequence - ByteSequence.
        position - Starting position within the ByteSequence.
    • Method Detail

      • read

        public int read()
                 throws java.io.IOException
        Specified by:
        read in class java.io.InputStream
        Throws:
        java.io.IOException
      • available

        public int available()
                      throws java.io.IOException
        Overrides:
        available in class java.io.InputStream
        Throws:
        java.io.IOException