The CompactWriter type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWrite(Boolean)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(Byte)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(array<Byte>[]()[][])
Writes buffer to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(Char)
Writes ch to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(array<Char>[]()[][])
Writes chars to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(DateTime)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(Decimal)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(Double)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(Guid)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(Int16)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(Int32)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(Int64)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(SByte)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(Single)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(String)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(UInt16)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(UInt32)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(UInt64)
Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(array<Byte>[]()[][], Int32, Int32)
Writes buffer to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWrite(array<Char>[]()[][], Int32, Int32)
Writes chars to the current stream and advances the stream position. This method writes directly to the underlying stream.
Public methodWriteObject
Writes graph to the current stream and advances the stream position.
Public methodWriteObjectAs<(Of <<'(T>)>>)

See Also