C# Class HotChai.Serialization.Bencoding.BencodingObjectReader

Inheritance: ObjectReader
Afficher le fichier Open project: hotchai/serialize.net

Méthodes publiques

Méthode Description
BencodingObjectReader ( Stream stream ) : System

Méthodes protégées

Méthode Description
PeekValueType ( ) : MemberValueType
ReadEndArrayToken ( ) : void
ReadEndObjectToken ( ) : void
ReadNextObjectMemberKey ( ) : bool
ReadPrimitiveValueAsBoolean ( ) : bool
ReadPrimitiveValueAsBytes ( int quota ) : byte[]
ReadPrimitiveValueAsDouble ( ) : double
ReadPrimitiveValueAsInt32 ( ) : int
ReadPrimitiveValueAsInt64 ( ) : long
ReadPrimitiveValueAsSingle ( ) : float
ReadPrimitiveValueAsString ( int quota ) : string
ReadPrimitiveValueAsUInt32 ( ) : uint
ReadPrimitiveValueAsUInt64 ( ) : ulong
ReadStartArrayToken ( ) : bool
ReadStartObjectToken ( ) : bool
ReadToNextArrayValue ( ) : bool
SkipPrimitiveValue ( ) : void

Private Methods

Méthode Description
PeekToken ( ) : char
ReadToken ( ) : char
SkipInt ( ) : void

Method Details

BencodingObjectReader() public méthode

public BencodingObjectReader ( Stream stream ) : System
stream Stream
Résultat System

PeekValueType() protected méthode

protected PeekValueType ( ) : MemberValueType
Résultat MemberValueType

ReadEndArrayToken() protected méthode

protected ReadEndArrayToken ( ) : void
Résultat void

ReadEndObjectToken() protected méthode

protected ReadEndObjectToken ( ) : void
Résultat void

ReadNextObjectMemberKey() protected méthode

protected ReadNextObjectMemberKey ( ) : bool
Résultat bool

ReadPrimitiveValueAsBoolean() protected méthode

protected ReadPrimitiveValueAsBoolean ( ) : bool
Résultat bool

ReadPrimitiveValueAsBytes() protected méthode

protected ReadPrimitiveValueAsBytes ( int quota ) : byte[]
quota int
Résultat byte[]

ReadPrimitiveValueAsDouble() protected méthode

protected ReadPrimitiveValueAsDouble ( ) : double
Résultat double

ReadPrimitiveValueAsInt32() protected méthode

protected ReadPrimitiveValueAsInt32 ( ) : int
Résultat int

ReadPrimitiveValueAsInt64() protected méthode

protected ReadPrimitiveValueAsInt64 ( ) : long
Résultat long

ReadPrimitiveValueAsSingle() protected méthode

protected ReadPrimitiveValueAsSingle ( ) : float
Résultat float

ReadPrimitiveValueAsString() protected méthode

protected ReadPrimitiveValueAsString ( int quota ) : string
quota int
Résultat string

ReadPrimitiveValueAsUInt32() protected méthode

protected ReadPrimitiveValueAsUInt32 ( ) : uint
Résultat uint

ReadPrimitiveValueAsUInt64() protected méthode

protected ReadPrimitiveValueAsUInt64 ( ) : ulong
Résultat ulong

ReadStartArrayToken() protected méthode

protected ReadStartArrayToken ( ) : bool
Résultat bool

ReadStartObjectToken() protected méthode

protected ReadStartObjectToken ( ) : bool
Résultat bool

ReadToNextArrayValue() protected méthode

protected ReadToNextArrayValue ( ) : bool
Résultat bool

SkipPrimitiveValue() protected méthode

protected SkipPrimitiveValue ( ) : void
Résultat void