TiffStreamReader.ReadBytes
Contents
[
Hide
]ReadBytes(byte[], int, long, long)
Reads an array of byte values from the stream.
public long ReadBytes(byte[] array, int arrayIndex, long position, long count)
Parameter | Type | Description |
---|---|---|
array | Byte[] | The array to fill. |
arrayIndex | Int32 | The array index to start putting values to. |
position | Int64 | The stream position to read from. |
count | Int64 | The elements count to read. |
Return Value
The array of byte values.
See Also
- class TiffStreamReader
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging
ReadBytes(long, long)
Reads an array of unsigned byte values from the stream.
public byte[] ReadBytes(long position, long count)
Parameter | Type | Description |
---|---|---|
position | Int64 | The position to read from. |
count | Int64 | The elements count. |
Return Value
The array of unsigned byte values.
See Also
- class TiffStreamReader
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging