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
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 © 2018. All rights reserved.