Click or drag to resize

DataWriter Fields

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

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.)
Top
See Also