Interface StreamHeader

    • Method Detail

      • readHeader

        void readHeader​(ByteInput input)
                 throws java.io.IOException
        Read the stream header from the stream.
        Parameters:
        input - the stream header
        Throws:
        java.io.IOException - if the header is invalid or an error occurs
      • writeHeader

        void writeHeader​(ByteOutput output)
                  throws java.io.IOException
        Write the stream header to the stream.
        Parameters:
        output - the stream header
        Throws:
        java.io.IOException - if an error occurs