public class InputMeta extends Object
| Constructor and Description |
|---|
InputMeta(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
int |
readByte() |
Color |
readColor() |
int |
readInt() |
int |
readShort() |
int |
readWord() |
void |
skip(int len) |
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
IOExceptionCopyright © 2019. All rights reserved.