AtalaFileStreamRead Method |
Reads data from the stream into a byte array.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override int Read(
byte[] buffer,
int offset,
int count
)
Public Overrides Function Read (
buffer As Byte(),
offset As Integer,
count As Integer
) As Integer
Parameters
- buffer
- Type: SystemByte
The byte array that will hold the image data. - offset
- Type: SystemInt32
The starting position in the byte array to begin storing data. - count
- Type: SystemInt32
The number of bytes to read.
Return Value
Type:
Int32 The number of bytes read.
See Also