TiffStreamReader.ReadBytes
ReadBytes(byte[], int, long, long)
ストリームからバイト値の配列を読み取ります。
public long ReadBytes(byte[] array, int arrayIndex, long position, long count)
パラメータ | タイプ | 説明 |
---|---|---|
array | Byte[] | 埋める配列。 |
arrayIndex | Int32 | 値の挿入を開始する配列インデックス。 |
position | Int64 | 読み取り元のストリーム位置。 |
count | Int64 | 読み取る要素数。 |
戻り値
バイト値の配列。
関連項目
ReadBytes(long, long)
ストリームから符号なしバイト値の配列を読み取ります。
public byte[] ReadBytes(long position, long count)
パラメータ | タイプ | 説明 |
---|---|---|
position | Int64 | 読み取る位置。 |
count | Int64 | 要素は重要です。 |
戻り値
符号なしバイト値の配列。