Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The DataWriter type exposes the following members.

Constructors

  NameDescription
DataWriter
Construct a new DataWriter that will write data to the specified Stream object.

Methods

  NameDescription
Close
Closes the current BinaryWriter and the underlying stream.
(Inherited from BinaryWriter.)
Dispose
Releases the unmanaged resources used by the BinaryWriter and optionally releases the managed resources.
(Inherited from BinaryWriter.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Flush
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
(Inherited from BinaryWriter.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Seek
Sets the position within the current stream.
(Inherited from BinaryWriter.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteOverloaded.
Write7BitEncodedInt
Writes a 32-bit integer in a compressed format.
(Inherited from BinaryWriter.)
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

  NameDescription
OutStream
Holds the underlying stream.
(Inherited from BinaryWriter.)

Properties

  NameDescription
BaseStream
Gets the underlying stream of the BinaryWriter.
(Inherited from BinaryWriter.)

See Also