OtpInputStreamReadN Method (Byte, Int32, Int32) |
Read an array of bytes from the stream. The method reads at most len
bytes from the input stream into offset off of the buffer.
Namespace:
RiakClient.Erlang
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public int ReadN(
byte[] buffer,
int offset,
int count
)
member ReadN :
buffer : byte[] *
offset : int *
count : int -> int
Parameters
- buffer
- Type: SystemByte
The buffer into which to read data. - offset
- Type: SystemInt32
The offset in the buffer into which to read data. - count
- Type: SystemInt32
The number of bytes to read.
Return Value
Type:
Int32The number of bytes read.
See Also