Class EBlockImageDCReader

    • Field Detail

      • input

        protected java.io.DataInputStream input
    • Constructor Detail

      • EBlockImageDCReader

        public EBlockImageDCReader()
    • Method Detail

      • willCloseReceived

        public boolean willCloseReceived()
        Returns:
        true if at least once received the "server will close the connection" signal
      • read

        public Buffer read()
                    throws java.io.IOException
        Specified by:
        read in interface DataChannelReader
        Returns:
        Buffer of read data or null if end of data
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface DataChannelReader
        Throws:
        java.io.IOException