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