Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
Overload List
| Name | Description | |
|---|---|---|
Writes a one-byte Boolean value to the current stream, with 0 representing false and 1 representing true.
(Inherited from | ||
Writes an unsigned byte to the current stream and advances the stream position by one byte.
(Inherited from | ||
Writes a signed byte to the current stream and advances the stream position by one byte.
(Inherited from | ||
Writes a byte array to the underlying stream.
(Inherited from | ||
Writes a Unicode character to the current stream and advances the current position of the stream in accordance with the Encoding used and the specific characters being written to the stream.
(Inherited from | ||
Writes a character array to the current stream and advances the current position of the stream in accordance with the Encoding used and the specific characters being written to the stream.
(Inherited from | ||
Writes a decimal value to the current stream and advances the stream position by sixteen bytes.
(Inherited from | ||
| Write(Double) |
Converts a Double value to its bits and writes an Int64 instance
which stores the bits.
(Overrides | |
| Write(Int16) |
Writes a two-byte signed integer to the current stream and
advances the stream position by two bytes.
(Overrides | |
| Write(Int32) |
Writes a four-byte signed integer to the current stream and
advances the stream position by four bytes.
(Overrides | |
| Write(Int64) |
Writes a eight-byte signed integer to the current stream and
advances the stream position by eight bytes.
(Overrides | |
| Write(Single) |
Converts a Single value to its bits and writes an Int32 instance
which stores the bits.
(Overrides | |
| Write(String) |
Writes string to the stream prefixed by its length in "packed"
format.
(Overrides | |
| Write(UInt16) |
Writes a two-byte unsigned integer to the current stream and
advances the stream position by two bytes.
(Overrides | |
| Write(UInt32) |
Writes a four-byte unsigned integer to the current stream and
advances the stream position by four bytes.
(Overrides | |
| Write(UInt64) |
Writes a eight-byte unsigned integer to the current stream and
advances the stream position by eight bytes.
(Overrides | |
Writes a region of a byte array to the current stream.
(Inherited from | ||
Writes a section of a character array to the current stream, and advances the current position of the stream in accordance with the Encoding used and perhaps the specific characters being written to the stream.
(Inherited from |