The CompactReader type exposes the following members.

Constructors

  NameDescription
Protected methodCompactReader
Initializes a new instance of the CompactReader class

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 methodRead(array<Byte>[]()[][], Int32, Int32)
Reads the specifies number of bytes into buffer. This method reads directly from the underlying stream.
Public methodRead(array<Char>[]()[][], Int32, Int32)
Reads the specifies number of bytes into buffer. This method reads directly from the underlying stream.
Public methodReadBoolean
Reads an object of type Boolean from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadByte
Reads an object of type Byte from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadBytes
Reads an object of type [!:byte[]] from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadChar
Reads an object of type Char from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadChars
Reads an object of type [!:char[]] from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadDateTime
Reads an object of type DateTime from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadDecimal
Reads an object of type Decimal from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadDouble
Reads an object of type Double from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadGuid
Reads an object of type Guid from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadInt16
Reads an object of type Int16 from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadInt32
Reads an object of type Int32 from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadInt64
Reads an object of type Int64 from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadObject
Reads an object of type Object from the current stream and advances the stream position.
Public methodReadObjectAs<(Of <<'(T>)>>)
Public methodReadSByte
Reads an object of type SByte from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadSingle
Reads an object of type Single from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadString
Reads an object of type String from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadUInt16
Reads an object of type UInt16 from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadUInt32
Reads an object of type UInt32 from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodReadUInt64
Reads an object of type UInt64 from the current stream and advances the stream position. This method reads directly from the underlying stream.
Public methodSkipBoolean
Skips an object of type Boolean from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipByte
Skips an object of type Byte from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipBytes
Skips an object of type [!:byte[]] from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipChar
Skips an object of type Char from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipChars
Skips an object of type [!:char[]] from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipDateTime
Skips an object of type DateTime from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipDecimal
Skips an object of type Decimal from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipDouble
Skips an object of type Double from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipGuid
Skips an object of type Guid from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipInt16
Skips an object of type Int16 from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipInt32
Skips an object of type Int32 from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipInt64
Skips an object of type Int64 from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipObject
Skips an object of type Object from the current stream and advances the stream position.
Public methodSkipObjectAs<(Of <<'(T>)>>)
Public methodSkipSByte
Skips an object of type SByte from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipSingle
Skips an object of type Single from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipString
Skips an object of type String from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipUInt16
Skips an object of type UInt16 from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipUInt32
Skips an object of type UInt32 from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodSkipUInt64
Skips an object of type UInt64 from the current stream and advances the stream position. This method Skips directly from the underlying stream.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also