Read from stream
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
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
abstract Read :
buffer : byte[] *
offset : int *
count : int -> int
override Read :
buffer : byte[] *
offset : int *
count : int -> int
Parameters
- buffer Byte
- An array of bytes.
- offset Int32
- The zero-based byte offset in buffer at which to begin storing the data read
- count Int32
- The maximum number of bytes to be read
Return Value
Int32The total number of bytes read into the buffer.
See Also