public interface FontDataInput extends DataInput
| Modifier and Type | Method and Description |
|---|---|
int |
getPosition() |
byte[] |
readBytes(int length) |
float |
readFixed32() |
int[] |
readSplitBits(int numUpperBits) |
String |
readString(int length) |
int |
readUIntBase128() |
long |
readUnsignedInt() |
int[] |
readUnsignedShortArray(int length) |
void |
seek(int offset) |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipByteslong readUnsignedInt()
throws IOException
IOExceptionString readString(int length) throws IOException
IOExceptionbyte[] readBytes(int length)
throws IOException
IOExceptionvoid seek(int offset)
int readUIntBase128()
throws IOException
IOExceptionfloat readFixed32()
throws IOException
IOExceptionint getPosition()
int[] readSplitBits(int numUpperBits)
throws IOException
IOExceptionint[] readUnsignedShortArray(int length)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.