Interface DataChannelReader

    • Method Detail

      • setDataStream

        void setDataStream​(java.io.InputStream in)
      • read

        Buffer read()
             throws java.io.IOException
        Returns:
        Buffer of read data or null if end of data
        Throws:
        java.io.IOException
      • close

        void close()
            throws java.io.IOException
        Throws:
        java.io.IOException