Class InputMeta


  • public class InputMeta
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.io.InputStream in  
      (package private) int length  
    • Constructor Summary

      Constructors 
      Constructor Description
      InputMeta​(java.io.InputStream in)  
    • Field Detail

      • in

        java.io.InputStream in
      • length

        int length
    • Constructor Detail

      • InputMeta

        public InputMeta​(java.io.InputStream in)
    • Method Detail

      • readWord

        public int readWord()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • readShort

        public int readShort()
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • readInt

        public int readInt()
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • readByte

        public int readByte()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • skip

        public void skip​(int len)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getLength

        public int getLength()
      • readColor

        public BaseColor readColor()
                            throws java.io.IOException
        Throws:
        java.io.IOException