Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The DataWriter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataWriter |
Construct a new DataWriter that will write data to the
specified Stream object.
|
Methods
| Name | Description | |
|---|---|---|
Closes the current (Inherited from | ||
Releases the unmanaged resources used by the (Inherited from | ||
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
(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 | ||
Sets the position within the current stream.
(Inherited from | ||
Returns a (Inherited from | ||
| Write | Overloaded. | |
Writes a 32-bit integer in a compressed format.
(Inherited from | ||
| WritePackedInt32 |
Write an Int32 value using a variable-length storage
format.
| |
| WritePackedInt64 |
Write an Int64 value using a variable-length storage
format.
| |
| WritePackedRawInt128 |
Write a RawInt128 value to DataWriter.
|
Fields
| Name | Description | |
|---|---|---|
Holds the underlying stream.
(Inherited from |
Properties
| Name | Description | |
|---|---|---|
Gets the underlying stream of the (Inherited from |