Click or drag to resize
OtpInputStream Constructor (Byte, Int32, Int32)
Initializes a new instance of the OtpInputStream class from a buffer containing encoded Erlang terms at the given offset and length.

Namespace:  RiakClient.Erlang
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public OtpInputStream(
	byte[] buffer,
	int index,
	int count
)

Parameters

buffer
Type: SystemByte
The buffer containing Erlang terms.
index
Type: SystemInt32
The index into buffer at which the stream begins.
count
Type: SystemInt32
The length of the stream in bytes.
See Also