Interface Input

    • Method Detail

      • read

        byte read()
           throws java.io.IOException
        Throws:
        java.io.IOException
      • skip

        void skip​(int length)
      • isBuffered

        boolean isBuffered()
      • takeBuffer

        Buffer takeBuffer()
        Takes the Input's Buffer. This Input should never try to access this Buffer.
        Returns:
        the Input's Buffer. This Input should never try to access this Buffer.
      • size

        int size()
      • close

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