DataInput Class |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
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.
|
![]() | ReadASCIIHuge |
Read a ASCII string from the stream. Where size is more than 2^16-1
|
![]() | ReadBoolean |
Read a boolean value from the stream.
|
![]() | ReadByte |
Read a byte 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) | |
![]() | ReadDate | |
![]() | ReadDictionary | |
![]() | ReadDouble |
Read a double precision number from the stream.
|
![]() | ReadFloat |
Read a floating point number 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.
|
![]() | ReadObject |
Read a serializable object from the data. Null objects are handled.
|
![]() | 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.
|
![]() | ReadUInt16 |
Read a 16-bit unsigned integer from the stream.
|
![]() | ReadUInt32 |
Read a 32-bit unsigned integer from the stream.
|
![]() | ReadUInt64 |
Read a 64-bit unsigned integer 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.) |