public class InputMeta extends Object
| Constructor | Description |
|---|---|
InputMeta(InputStream in) |
| Modifier and Type | Method | 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
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 BaseColor readColor() throws IOException
IOExceptionCopyright © 2018. All rights reserved.