TiffStreamReader.ReadBytes
ReadBytes(byte[], int, long, long)
从流中读取字节值数组。
public long ReadBytes(byte[] array, int arrayIndex, long position, long count)
| 参数 | 类型 | 描述 |
|---|---|---|
| 数组 | Byte[] | 要填充的数组。 |
| arrayIndex | Int32 | 开始放置值的数组索引。 |
| 位置 | Int64 | 要读取的流位置。 |
| count | Int64 | 要读取的元素计数。 |
返回值
字节值数组。
另请参见
- class TiffStreamReader
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
ReadBytes(long, long)
从流中读取无符号字节值数组。
public byte[] ReadBytes(long position, long count)
| 参数 | 类型 | 描述 |
|---|---|---|
| 位置 | Int64 | 读取位置。 |
| count | Int64 | 元素计数。 |
返回值
无符号字节值数组。
另请参见
- class TiffStreamReader
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging