Construct DataInput using a portion of the given array of bytes.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public DataInput( byte[] buffer, uint len ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ buffer As Byte(), _ len As UInteger _ ) |
| Visual C++ |
|---|
public: DataInput ( array<unsigned char>^ buffer, unsigned int len ) |
Parameters
- buffer
- array<Byte>[]()
The buffer to use for reading data values.
- len
- UInt32
The number of bytes from the start of the buffer to use.
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalArgumentException | if the buffer is null |
See Also
DataInput Class
GemStone.GemFire.Cache Namespace