DataInput Class |
Namespace: GemStone.GemFire.Cache.Generic
The DataInput type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataInput(Byte) |
Construct DataInput using an given array of bytes.
|
![]() | DataInput(Byte, Int32) |
Construct DataInput using a given length of an array of
bytes.
|
Name | Description | |
---|---|---|
![]() | BytesRead |
Get the count of bytes that have been read from the stream.
|
![]() | BytesRemaining |
Get the count of bytes that are remaining in the buffer.
|
![]() | NativeIntPtr |
Get the underlying native unmanaged pointer.
|
Name | Description | |
---|---|---|
![]() | AdvanceCursor |
Advance the cursor of the buffer by the given offset.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ReadArrayLen |
Read a array len based on array size.
|
![]() | ReadArrayOfByteArrays |
Read a array of signed byte array from the stream.
|
![]() | ReadASCIIHuge |
Read a ASCII string from the stream. Where size is more than 2^16-1
|
![]() | ReadBoolean |
Read a boolean value from the stream.
|
![]() | ReadBooleanArray |
Read a bool array from the stream.
|
![]() | ReadBytes |
Read an array of bytes from the stream reading the length
from the stream first.
|
![]() | ReadBytesOnly(UInt32) |
Read the given number of bytes from the stream.
|
![]() | ReadBytesOnly(Byte, Int32, Int32) | |
![]() | ReadChar |
Read a char value from the stream.
|
![]() | ReadCharArray |
Read a char array from the stream.
|
![]() | ReadCollection |
Read a collection from the stream in a given collection instance.
|
![]() | ReadDate |
Read a date from the stream.
|
![]() | ReadDictionary |
Read a dictionary from the stream in a given dictionary instance.
|
![]() | ReadDouble |
Read a double precision number from the stream.
|
![]() | ReadDoubleArray |
Read a double array from the stream.
|
![]() | ReadFloat |
Read a floating point number from the stream.
|
![]() | ReadFloatArray |
Read a float array from the stream.
|
![]() | ReadInt16 |
Read a 16-bit integer from the stream.
|
![]() | ReadInt32 |
Read a 32-bit integer from the stream.
|
![]() | ReadInt64 |
Read a 64-bit integer from the stream.
|
![]() | ReadIntArray |
Read a int array from the stream.
|
![]() | ReadLongArray |
Read a long array from the stream.
|
![]() | ReadObject |
Read a serializable object from the data. Null objects are handled.
|
![]() | ReadObjectArray |
Read a object array from the stream from the stream.
|
![]() | ReadSByte |
Read a signed byte from the stream.
|
![]() | ReadSBytes |
Read an array of signed bytes from the stream reading the length
from the stream first.
|
![]() | ReadSBytesOnly |
Read the given number of signed bytes from the stream.
|
![]() | ReadShortArray |
Read a short int array from the stream.
|
![]() | ReadUTF |
Read a string after java-modified UTF-8 decoding from the stream.
The maximum length supported is 2^16-1 beyond which the string
shall be truncated.
|
![]() | ReadUTFHuge |
Read a string after java-modified UTF-8 decoding from the stream.
|
![]() | Reset |
Reset the cursor to the start of buffer.
|
![]() | RewindCursor |
Rewind the cursor of the buffer by the given offset.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |