public class TTFFileInput extends TTFInput
| Constructor and Description |
|---|
TTFFileInput(RandomAccessFile file,
long offset,
long length,
long checksum) |
| Modifier and Type | Method and Description |
|---|---|
int |
readByte() |
byte |
readChar() |
void |
readFully(byte[] b) |
int |
readLong() |
int |
readRawByte() |
short |
readShort() |
long |
readULong() |
int |
readUShort() |
void |
seek(long offset) |
String |
toString() |
checkShortZero, checkZeroBit, flagBit, flagBit, popPos, pushPos, readByteFlags, readF2Dot14, readFFFFTerminatedUShortArray, readFixed, readFWord, readShortArray, readUFWord, readUShortArray, readUShortFlagspublic TTFFileInput(RandomAccessFile file, long offset, long length, long checksum) throws IOException
IOExceptionpublic void seek(long offset)
throws IOException
seek in class TTFInputIOExceptionpublic int readByte()
throws IOException
readByte in class TTFInputIOExceptionpublic int readRawByte()
throws IOException
readRawByte in class TTFInputIOExceptionpublic short readShort()
throws IOException
readShort in class TTFInputIOExceptionpublic int readUShort()
throws IOException
readUShort in class TTFInputIOExceptionpublic int readLong()
throws IOException
readLong in class TTFInputIOExceptionpublic long readULong()
throws IOException
readULong in class TTFInputIOExceptionpublic byte readChar()
throws IOException
readChar in class TTFInputIOExceptionpublic void readFully(byte[] b)
throws IOException
readFully in class TTFInputIOExceptionCopyright © 2014. All rights reserved.