Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The DataWriter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CalcUTF |
Figure out how many bytes it will take to hold the passed String.
|
![]() | Close | Closes the current BinaryWriter and the underlying stream. (Inherited from BinaryWriter.) |
![]() | Dispose()()()() | Releases all resources used by the current instance of the BinaryWriter class. (Inherited from BinaryWriter.) |
![]() | Dispose(Boolean) | 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.) |
![]() | FormatUTF(String) |
Format the passed String as UTF into the passed byte array.
|
![]() | FormatUTF(array<Byte>[]()[][], Int32, array<Char>[]()[][], Int32) |
Format the passed characters as UTF into the passed byte array.
|
![]() | 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.) |
![]() | Tmpbuf |
Get a buffer for formating data to bytes. Note that the resulting buffer
may be shorter than the requested size.
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | Write(Boolean) | Writes a one-byte Boolean value to the current stream, with 0 representing false and 1 representing true. (Inherited from BinaryWriter.) |
![]() | Write(Byte) | Writes an unsigned byte to the current stream and advances the stream position by one byte. (Inherited from BinaryWriter.) |
![]() | Write(SByte) | Writes a signed byte to the current stream and advances the stream position by one byte. (Inherited from BinaryWriter.) |
![]() | Write(array<Byte>[]()[][]) | Writes a byte array to the underlying stream. (Inherited from BinaryWriter.) |
![]() | Write(Char) | 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 BinaryWriter.) |
![]() | Write(array<Char>[]()[][]) | 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 BinaryWriter.) |
![]() | Write(Decimal) | Writes a decimal value to the current stream and advances the stream position by sixteen bytes. (Inherited from BinaryWriter.) |
![]() | Write(Double) |
Converts a Double value to its bits and writes an Int64 instance
which stores the bits.
(Overrides BinaryWriter..::..Write(Double).) |
![]() | Write(Int16) |
Writes a two-byte signed integer to the current stream and
advances the stream position by two bytes.
(Overrides BinaryWriter..::..Write(Int16).) |
![]() | Write(Int32) |
Writes a four-byte signed integer to the current stream and
advances the stream position by four bytes.
(Overrides BinaryWriter..::..Write(Int32).) |
![]() | Write(Int64) |
Writes a eight-byte signed integer to the current stream and
advances the stream position by eight bytes.
(Overrides BinaryWriter..::..Write(Int64).) |
![]() | Write(Single) |
Converts a Single value to its bits and writes an Int32 instance
which stores the bits.
(Overrides BinaryWriter..::..Write(Single).) |
![]() | Write(String) |
Writes string to the stream prefixed by its length in "packed"
format.
(Overrides BinaryWriter..::..Write(String).) |
![]() | Write(UInt16) |
Writes a two-byte unsigned integer to the current stream and
advances the stream position by two bytes.
(Overrides BinaryWriter..::..Write(UInt16).) |
![]() | Write(UInt32) |
Writes a four-byte unsigned integer to the current stream and
advances the stream position by four bytes.
(Overrides BinaryWriter..::..Write(UInt32).) |
![]() | Write(UInt64) |
Writes a eight-byte unsigned integer to the current stream and
advances the stream position by eight bytes.
(Overrides BinaryWriter..::..Write(UInt64).) |
![]() | Write(array<Byte>[]()[][], Int32, Int32) | Writes a region of a byte array to the current stream. (Inherited from BinaryWriter.) |
![]() | Write(array<Char>[]()[][], Int32, Int32) | 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 BinaryWriter.) |
![]() | 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.
|