Click or drag to resize
DataInput Constructor (Byte, Int32)
Construct DataInput using a given length of an array of bytes.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public DataInput(
	byte[] buffer,
	int len
)

Parameters

buffer
Type: SystemByte
The buffer to use for reading data values.
len
Type: SystemInt32
The number of bytes from the start of the buffer to use.
Exceptions
ExceptionCondition
IllegalArgumentException if the buffer is null
See Also