Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The DataReader type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
Closes the current reader and the underlying stream.
(Inherited from | ||
Releases the unmanaged resources used by the (Inherited from | ||
Determines whether the specified (Inherited from | ||
Fills the internal buffer with the specified number of bytes read from the stream.
(Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns the next available character and does not advance the byte or character position.
(Inherited from | ||
| Read | Overloaded. | |
Reads in a 32-bit integer in compressed format.
(Inherited from | ||
Reads a Boolean value from the current stream and advances the current position of the stream by one byte.
(Inherited from | ||
Reads the next byte from the current stream and advances the current position of the stream by one byte.
(Inherited from | ||
Reads count bytes from the current stream into a byte array and advances the current position by count bytes.
(Inherited from | ||
Reads the next character from the current stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream.
(Inherited from | ||
Reads count characters from the current stream, returns the data in a character array, and advances the current position in accordance with the Encoding used and the specific character being read from the stream.
(Inherited from | ||
Reads a decimal value from the current stream and advances the current position of the stream by sixteen bytes.
(Inherited from | ||
| ReadDouble |
Reads bits which are stored in an Int64 instance and
converts them into the Double object.
(Overrides | |
| ReadInt16 |
Reads a 2-byte signed integer from the current stream and
advances the current position of the stream by two bytes.
(Overrides | |
| ReadInt32 |
Reads a 4-byte signed integer from the current stream and
advances the current position of the stream by four bytes.
(Overrides | |
| ReadInt64 |
Reads an 8-byte signed integer from the current stream and
advances the current position of the stream by eight bytes.
(Overrides | |
| ReadPackedInt32 |
Reads an Int32 value using a variable-length storage
format.
| |
| ReadPackedInt64 |
Reads an Int64 value using a variable-length storage
format.
| |
| ReadPackedRawInt128 |
Reads a RawInt128 value from DataReader.
| |
Reads a signed byte from this stream and advances the current position of the stream by one byte.
(Inherited from | ||
| ReadSingle |
Reads bits which are stored in an Int32 instance and
converts them into the Single object.
(Overrides | |
| ReadString |
Reads string from the stream.
(Overrides | |
| ReadUInt16 |
Reads a 2-byte unsigned integer from the current stream using
little endian encoding and advances the position of the stream by
two bytes.
(Overrides | |
| ReadUInt32 |
Reads a 4-byte unsigned integer from the current stream and
advances the position of the stream by four bytes.
(Overrides | |
| ReadUInt64 |
Reads an 8-byte unsigned integer from the current stream and
advances the position of the stream by eight bytes.
(Overrides | |
Returns a (Inherited from |