org.freehep.graphicsio.font.truetype
Class TTFMemoryInput
java.lang.Object
org.freehep.graphicsio.font.truetype.TTFInput
org.freehep.graphicsio.font.truetype.TTFMemoryInput
public class TTFMemoryInput
- extends TTFInput
FIXME: These methods are not really tested yet.
- Version:
- $Id: freehep-graphicsio/src/main/java/org/freehep/graphicsio/font/truetype/TTFMemoryInput.java 5641ca92a537 2005/11/26 00:15:35 duns $
- Author:
- Simon Fischer
| Methods inherited from class org.freehep.graphicsio.font.truetype.TTFInput |
checkShortZero, checkZeroBit, flagBit, flagBit, popPos, pushPos, readByteFlags, readF2Dot14, readFFFFTerminatedUShortArray, readFixed, readFWord, readShortArray, readUFWord, readUShortArray, readUShortFlags |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TTFMemoryInput
public TTFMemoryInput(byte[] data)
seek
public void seek(long offset)
- Specified by:
seek in class TTFInput
readChar
public byte readChar()
- Specified by:
readChar in class TTFInput
readRawByte
public int readRawByte()
- Specified by:
readRawByte in class TTFInput
readByte
public int readByte()
- Specified by:
readByte in class TTFInput
readShort
public short readShort()
- Specified by:
readShort in class TTFInput
readUShort
public int readUShort()
- Specified by:
readUShort in class TTFInput
readLong
public int readLong()
- Specified by:
readLong in class TTFInput
readULong
public long readULong()
- Specified by:
readULong in class TTFInput
readFully
public void readFully(byte[] b)
- Specified by:
readFully in class TTFInput
Copyright © 2012. All Rights Reserved.