|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfuku.eb4j.BinaryData
public final class BinaryData
バイナリデータクラス。
メソッドの概要 | |
---|---|
byte[] |
getColorGraphic(long pos)
指定位置のカラー画像データを返します。 |
byte[] |
getMidiSound(long pos1,
long pos2)
指定位置のMIDI音声データを返します。 |
byte[] |
getMonoGraphic(long pos,
int width,
int height)
指定位置のモノクロ画像データを返します。 |
byte[] |
getWaveSound(long pos1,
long pos2)
指定位置のWAVE音声データを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public byte[] getMonoGraphic(long pos, int width, int height) throws EBException
pos
- データ位置width
- 幅height
- 高さ
EBException
- ファイル読み込み中にエラーが発生した場合public byte[] getColorGraphic(long pos) throws EBException
pos
- データ位置
EBException
- ファイル読み込み中にエラーが発生した場合public byte[] getWaveSound(long pos1, long pos2) throws EBException
pos1
- データ開始位置pos2
- データ終了位置
EBException
- ファイル読み込み中にエラーが発生した場合public byte[] getMidiSound(long pos1, long pos2) throws EBException
pos1
- データ開始位置pos2
- データ終了位置
EBException
- ファイル読み込み中にエラーが発生した場合
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |