Click or drag to resize
OtpInputStreamReadN Method (Byte)
Read an array of bytes from the stream into the buffer. The method reads at most buffer.Length bytes from the input stream.

Namespace:  RiakClient.Erlang
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public int ReadN(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The buffer into which to read data.

Return Value

Type: Int32
The number of bytes read.
See Also