jp.cssj.sakae.opentype.table
クラス NameRecord

java.lang.Object
  拡張jp.cssj.sakae.opentype.table.NameRecord

public class NameRecord
extends Object

バージョン:
$Id: NameRecord.java,v 1.2 2007-05-06 04:27:01 miyabe Exp $
作成者:
David Schweinsberg

コンストラクタの概要
protected NameRecord(RandomAccessFile raf)
           
 
メソッドの概要
 short getEncodingId()
           
 short getLanguageId()
           
 short getNameId()
           
 short getPlatformId()
           
 String getRecordString()
           
protected  void loadString(RandomAccessFile raf, int stringStorageOffset)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NameRecord

protected NameRecord(RandomAccessFile raf)
              throws IOException
メソッドの詳細

getEncodingId

public short getEncodingId()

getLanguageId

public short getLanguageId()

getNameId

public short getNameId()

getPlatformId

public short getPlatformId()

getRecordString

public String getRecordString()

loadString

protected void loadString(RandomAccessFile raf,
                          int stringStorageOffset)
                   throws IOException
例外:
IOException


(c)2009 GNN & Co.,Ltd.