public class InputMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) InputStream |
in |
(package private) int |
length |
| Constructor and Description |
|---|
InputMeta(InputStream in) |
InputStream in
int length
public InputMeta(InputStream in)
public int readWord()
throws IOException
IOExceptionpublic int readShort()
throws IOException
IOExceptionpublic int readInt()
throws IOException
IOExceptionpublic int readByte()
throws IOException
IOExceptionpublic void skip(int len)
throws IOException
IOExceptionpublic int getLength()
public Color readColor() throws IOException
IOException