Name | Description | |
---|---|---|
![]() | NBinaryStreamWriter Constructor | Overloaded. |
The following tables list the members exposed by NBinaryStreamWriter.
Name | Description | |
---|---|---|
![]() | NBinaryStreamWriter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Flush | Flushes the cached content to the underlying stream |
![]() | WriteBoolean | Writes the given boolean value. |
![]() | WriteBooleanArray | Overloaded. Writes the given boolean array. |
![]() | WriteByte | Writes the given byte value. |
![]() | WriteByteArray | Overloaded. Writes the given byte array. |
![]() | WriteChar | Writes the given char value. |
![]() | WriteCharArray | Overloaded. Writes the given char array. |
![]() | WriteDateTime | Writes the given DateTime value. |
![]() | WriteDateTimeArray | Overloaded. Writes the given DateTime array. |
![]() | WriteDecimal | Writes a decimal |
![]() | WriteDecimalArray | Overloaded. Writes the given double precision floating point array. |
![]() | WriteDouble | Writes the given double precision floating point value. |
![]() | WriteDoubleArray | Overloaded. Writes the given double precision floating point array. |
![]() | WriteInt16 | Writes the given 16-bit integer value. |
![]() | WriteInt16Array | Overloaded. Writes the given 16-bit integer array. |
![]() | WriteInt32 | Writes the given 32-bit integer value. |
![]() | WriteInt32Array | Overloaded. Writes the given 32-bit integer array. |
![]() | WriteInt64 | Writes the given 64-bit integer value. |
![]() | WriteInt64Array | Overloaded. Writes the given 64-bit integer array. |
![]() | WriteReference | Writes a reference. |
![]() | WriteSByte | Writes the given signed byte value. |
![]() | WriteSByteArray | Overloaded. Writes the given signed byte array. |
![]() | WriteSingle | Writes the given single precision floating point value. |
![]() | WriteSingleArray | Overloaded. Writes the given single precision floating point array. |
![]() | WriteString | Writes the given string value. |
![]() | WriteStringArray | Overloaded. Writes the given string array. |
![]() | WriteStringNoCount | Writes the given string value, without prepending its count |
![]() | WriteTimeSpan | Writes the given TimeSpan value. |
![]() | WriteTimeSpanArray | Overloaded. Writes the given TimeSpan array. |
![]() | WriteUInt16 | Writes the given 16-bit unsigned integer value. |
![]() | WriteUInt16Array | Overloaded. Writes the given unsigned 16-bit integer array. |
![]() | WriteUInt32 | Writes the given 32-bit unsigned integer value. |
![]() | WriteUInt32Array | Overloaded. Writes the given unsigned 32-bit integer array. |
![]() | WriteUInt64 | Writes the given 64-bit unsigned integer value. |
![]() | WriteUInt64Array | Overloaded. Writes the given unsigned 64-bit integer array. |