TiffStreamReader.ReadSByteArray
TiffStreamReader.ReadSByteArray method
从流中读取带符号字节值的数组。
public sbyte[] ReadSByteArray(long position, long count)
范围 | 类型 | 描述 |
---|---|---|
position | Int64 | 要读取的位置。 |
count | Int64 | 元素很重要。 |
返回值
有符号字节值的数组。
从流中读取带符号字节值的数组。
public sbyte[] ReadSByteArray(long position, long count)
范围 | 类型 | 描述 |
---|---|---|
position | Int64 | 要读取的位置。 |
count | Int64 | 元素很重要。 |
有符号字节值的数组。