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

コンストラクタの概要
Program()
           
 
メソッドの概要
 short[] getInstructions()
           
protected  void readInstructions(ByteArrayInputStream bais, int count)
           
protected  void readInstructions(RandomAccessFile raf, int count)
           
 
クラス 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)


(c)2009 GNN & Co.,Ltd.