Try Playground
Show / Hide Table of Contents

Class CompactReader

CompactReader is the base class for CompactBinaryReader.

Inheritance
System.Object
CompactReader
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public abstract class CompactReader : object

Properties

Name Description
BaseStream

Memory stream on which the bytes are read from

Methods

Name Description
Read(Byte[], Int32, Int32)

Reads the specifies number of bytes into buffer. This method reads directly from the underlying stream.

Read(Char[], Int32, Int32)

Reads the specifies number of bytes into buffer. This method reads directly from the underlying stream.

ReadBoolean()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadBoolean(Boolean)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadByte()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadByte(Byte)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadBytes(Int32)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadBytes(Int32, Byte[])

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadChar()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadChar(Char)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadChars(Int32)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadChars(Int32, Char[])

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadDateTime()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadDateTime(DateTime)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadDecimal()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadDecimal(Decimal)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadDouble()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadDouble(Double)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadGuid()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadGuid(Guid)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadInt16()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadInt16(Int16)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadInt32()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadInt32(Int32)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadInt64()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadInt64(Int64)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadObject()

Reads an object of type from the current stream and advances the stream position.

ReadObject(Object)

Reads an object of type from the current stream and advances the stream position.

ReadObjectAs<T>()

Reads an object of specified type from the current stream.

ReadSByte()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadSByte(SByte)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadSingle()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadSingle(Single)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadString()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadString(String)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadUInt16()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadUInt16(UInt16)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadUInt32()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadUInt32(UInt32)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadUInt64()

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

ReadUInt64(UInt64)

Reads an object of type from the current stream and advances the stream position. This method reads directly from the underlying stream.

SkipBoolean()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipByte()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipBytes(Int32)

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipChar()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipChars(Int32)

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipDateTime()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipDecimal()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipDouble()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipGuid()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipInt16()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipInt32()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipInt64()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipObject()

Skips an object of type from the current stream and advances the stream position.

SkipObjectAs<T>()

Skips an object of template type from the current stream and advances the stream position.

SkipSByte()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipSingle()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipString()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipUInt16()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipUInt32()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

SkipUInt64()

Skips an object of type from the current stream and advances the stream position. This method Skips directly from the underlying stream.

Back to top Copyright © 2017 Alachisoft