Class CompactWriter
CompactWriter is the base class for CompactBinaryWriter.
Inheritance
System.Object
CompactWriter
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public abstract class CompactWriter
Properties
Name |
Description |
BaseStream
|
Memory stream on which the bytes are written to
|
Methods
Name |
Description |
Write(Boolean)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Byte)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Byte[])
|
Writes buffer to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Byte[], Int32, Int32)
|
Writes buffer to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Char)
|
Writes ch to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Char[])
|
Writes chars to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Char[], Int32, Int32)
|
Writes chars to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(DateTime)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Decimal)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Double)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Guid)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Int16)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Int32)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Int64)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(SByte)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(Single)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(String)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(UInt16)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(UInt32)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
Write(UInt64)
|
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
WriteObject(Object)
|
Writes graph to the current stream and advances the stream position.
|
WriteObjectAs<T>(T)
|
Writes the specified type to the current stream and advances the stream position.
|