src.backend
クラス JuceEntry

java.lang.Object
  上位を拡張 src.backend.Entry
      上位を拡張 src.backend.JuceEntry
すべての実装されたインタフェース:
IEntry

public class JuceEntry
extends Entry
implements IEntry


フィールドの概要
static int ENTRY_LENGTH
           
 
コンストラクタの概要
JuceEntry(Chunk chunk)
           
JuceEntry(Chunk chunk, byte[] comment)
           
 
メソッドの概要
 java.lang.String getComment()
           
 void setComment(java.lang.String str)
           
 void write()
           
 
クラス src.backend.Entry から継承されたメソッド
getChunk
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース src.backend.IEntry から継承されたメソッド
getChunk
 

フィールドの詳細

ENTRY_LENGTH

public static final int ENTRY_LENGTH
関連項目:
定数フィールド値
コンストラクタの詳細

JuceEntry

public JuceEntry(Chunk chunk)

JuceEntry

public JuceEntry(Chunk chunk,
                 byte[] comment)
メソッドの詳細

getComment

public java.lang.String getComment()

setComment

public void setComment(java.lang.String str)

write

public void write()
定義:
インタフェース IEntry 内の write
オーバーライド:
クラス Entry 内の write