OtpInputStream Constructor (Byte) |
Initializes a new instance of the
OtpInputStream class
from a buffer containing encoded Erlang terms.
Namespace:
RiakClient.Erlang
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public OtpInputStream(
byte[] buffer
)
new :
buffer : byte[] -> OtpInputStream
Parameters
- buffer
- Type: SystemByte
The buffer containing Erlang terms.
See Also