jp.cssj.sakae.opentype.table
クラス Program
java.lang.Object
jp.cssj.sakae.opentype.table.Program
- 直系の既知のサブクラス:
- FpgmTable, GlyfDescript, PrepTable
public abstract class Program
- extends Object
- バージョン:
- $Id: Program.java,v 1.2 2007-05-06 04:27:01 miyabe Exp $
- 作成者:
- David Schweinsberg
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Program
public Program()
getInstructions
public short[] getInstructions()
readInstructions
protected void readInstructions(RandomAccessFile raf,
int count)
throws IOException
- 例外:
IOException
readInstructions
protected void readInstructions(ByteArrayInputStream bais,
int count)