TiffStreamReader.ReadSLongArray

TiffStreamReader.ReadSLongArray method

ストリームから符号付き整数値の配列を読み取ります。

public int[] ReadSLongArray(long position, long count)
パラメータタイプ説明
positionInt64読み取る位置。
countInt64要素は重要です。

戻り値

符号付き整数値の配列。

例外

例外調子
ArgumentOutOfRangeExceptioncount;総バイト数が負です。 + カウント + x4= + 総バイト数

関連項目