Click or drag to resize
DataInput Constructor (Byte)
Construct DataInput using an given 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
)

Parameters

buffer
Type: SystemByte
The buffer to use for reading data values.
Exceptions
ExceptionCondition
IllegalArgumentException if the buffer is null
See Also