AtalaFileStream.Write Method |
Writes data to the stream.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic override void Write(
byte[] buffer,
int offset,
int count
)
Public Overrides Sub Write (
buffer As Byte(),
offset As Integer,
count As Integer
)
Parameters
- buffer
- Type:System.Byte[]
A byte array containing the data to write. - offset
- Type: System.Int32
The starting position within the buffer to begin writing from. - count
- Type: System.Int32
The number of bytes to write.
See Also