public class InputMeta extends Object
| Constructor and Description | 
|---|
InputMeta(InputStream in)  |  
          
| Modifier and Type | Method and Description | 
|---|---|
int |  
           getLength()  |  
          
int |  
           readByte()  |  
          
BaseColor |  
           readColor()  |  
          
int |  
           readInt()  |  
          
int |  
           readShort()  |  
          
int |  
           readWord()  |  
          
void |  
           skip(int len)  |  
          
public InputMeta(InputStream in)
public int readWord()
             throws IOException 
          IOException 
           public int readShort()
              throws IOException 
          IOException 
           public int readInt()
            throws IOException 
          IOException 
           public int readByte()
             throws IOException 
          IOException 
           public void skip(int len)
          throws IOException 
          IOException 
           public int getLength()
public BaseColor readColor() throws IOException
IOException 
           Copyright © 1998–2019. All rights reserved.