The CompactReader type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read(array<Byte>[]()[][], Int32, Int32) |
Reads the specifies number of bytes into buffer.
This method reads directly from the underlying stream.
|
![]() | Read(array<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 Boolean from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadByte |
Reads an object of type Byte from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadBytes |
Reads an object of type [!:byte[]] from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadChar |
Reads an object of type Char from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadChars |
Reads an object of type [!:char[]] from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadDateTime |
Reads an object of type DateTime from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadDecimal |
Reads an object of type Decimal from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadDouble |
Reads an object of type Double from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadGuid |
Reads an object of type Guid from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadInt16 |
Reads an object of type Int16 from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadInt32 |
Reads an object of type Int32 from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadInt64 |
Reads an object of type Int64 from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadObject |
Reads an object of type Object from the current stream
and advances the stream position.
|
![]() | ReadObjectAs<(Of <<'(T>)>>) | |
![]() | ReadSByte |
Reads an object of type SByte from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadSingle |
Reads an object of type Single from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadString |
Reads an object of type String from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadUInt16 |
Reads an object of type UInt16 from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadUInt32 |
Reads an object of type UInt32 from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | ReadUInt64 |
Reads an object of type UInt64 from the current stream
and advances the stream position.
This method reads directly from the underlying stream.
|
![]() | SkipBoolean |
Skips an object of type Boolean from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipByte |
Skips an object of type Byte from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipBytes |
Skips an object of type [!:byte[]] from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipChar |
Skips an object of type Char from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipChars |
Skips an object of type [!:char[]] from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipDateTime |
Skips an object of type DateTime from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipDecimal |
Skips an object of type Decimal from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipDouble |
Skips an object of type Double from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipGuid |
Skips an object of type Guid from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipInt16 |
Skips an object of type Int16 from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipInt32 |
Skips an object of type Int32 from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipInt64 |
Skips an object of type Int64 from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipObject |
Skips an object of type Object from the current stream
and advances the stream position.
|
![]() | SkipObjectAs<(Of <<'(T>)>>) | |
![]() | SkipSByte |
Skips an object of type SByte from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipSingle |
Skips an object of type Single from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipString |
Skips an object of type String from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipUInt16 |
Skips an object of type UInt16 from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipUInt32 |
Skips an object of type UInt32 from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | SkipUInt64 |
Skips an object of type UInt64 from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
|
![]() | ToString | (Inherited from Object.) |