Write to stream
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override void Write(
byte[] buffer,
int offset,
int count
)
Public Overrides Sub Write (
buffer As Byte(),
offset As Integer,
count As Integer
)
abstract Write :
buffer : byte[] *
offset : int *
count : int -> unit
override Write :
buffer : byte[] *
offset : int *
count : int -> unit
Parameters
- buffer Byte
- An array of bytes to be written to stream
- offset Int32
- The zero-based byte offset in buffer at which to begin copying bytes to the current stream
- count Int32
- The number of bytes to be written to the current stream
See Also