Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The DataWriter type exposes the following members.

Fields

  NameDescription
Protected fieldStatic memberCHAR_BUF_MASK
Bitmask used against a raw offset to determine the offset within the temporary character buffer.
Protected fieldStatic memberCHAR_BUF_SIZE
Size of the temporary character buffer. Must be a power of 2. Size is: 256 characters (.25 KB).
Protected fieldm_achBuf
A lazily instantiated temp buffer used to avoid allocations from and repeated calls to String functions.
Protected fieldOutStream
Holds the underlying stream.
(Inherited from BinaryWriter.)

See Also