Writes a
sequence of bytes to the current stream and advances the current position within
the current stream by the number of bytes written.
[Edit]
Parameters
- buffer
- A byte array containing the data to write.
[Edit]
- offset
- A int that specifies the zero based byte offset in buffer at which to begin copying bytes to the current stream.
[Edit]
- count
- A int that specifies the number of bytes to be written to the current stream.
[Edit]
Exceptions
Remarks
Requirements
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0