C# Class Org.IdentityConnectors.Framework.Impl.Serializer.Binary.BinaryObjectDecoder

Inheritance: ObjectDecoder, BinaryObjectDeserializer
Afficher le fichier Open project: Tirasa/ConnId

Méthodes publiques

Méthode Description
BinaryObjectDecoder ( Stream inp ) : System
Close ( ) : void
GetNumSubObjects ( ) : int
ReadBooleanContents ( ) : bool
ReadBooleanField ( String fieldName, bool dflt ) : bool
ReadByteArrayContents ( ) : byte[]
ReadByteContents ( ) : byte
ReadClassContents ( ) : Type
ReadClassField ( string fieldName, Type dflt ) : Type
ReadDoubleContents ( ) : double
ReadDoubleField ( String fieldName, double dflt ) : double
ReadFloatContents ( ) : float
ReadFloatField ( String fieldName, float dflt ) : float
ReadIntContents ( ) : int
ReadIntField ( String fieldName, int dflt ) : int
ReadLongContents ( ) : long
ReadLongField ( String fieldName, long dflt ) : long
ReadObject ( ) : Object
ReadObjectContents ( int index ) : Object
ReadObjectField ( String fieldName, Type expected, Object dflt ) : Object
ReadStringContents ( ) : String
ReadStringField ( String fieldName, String dflt ) : String

Method Details

BinaryObjectDecoder() public méthode

public BinaryObjectDecoder ( Stream inp ) : System
inp Stream
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

GetNumSubObjects() public méthode

public GetNumSubObjects ( ) : int
Résultat int

ReadBooleanContents() public méthode

public ReadBooleanContents ( ) : bool
Résultat bool

ReadBooleanField() public méthode

public ReadBooleanField ( String fieldName, bool dflt ) : bool
fieldName String
dflt bool
Résultat bool

ReadByteArrayContents() public méthode

public ReadByteArrayContents ( ) : byte[]
Résultat byte[]

ReadByteContents() public méthode

public ReadByteContents ( ) : byte
Résultat byte

ReadClassContents() public méthode

public ReadClassContents ( ) : Type
Résultat System.Type

ReadClassField() public méthode

public ReadClassField ( string fieldName, Type dflt ) : Type
fieldName string
dflt System.Type
Résultat System.Type

ReadDoubleContents() public méthode

public ReadDoubleContents ( ) : double
Résultat double

ReadDoubleField() public méthode

public ReadDoubleField ( String fieldName, double dflt ) : double
fieldName String
dflt double
Résultat double

ReadFloatContents() public méthode

public ReadFloatContents ( ) : float
Résultat float

ReadFloatField() public méthode

public ReadFloatField ( String fieldName, float dflt ) : float
fieldName String
dflt float
Résultat float

ReadIntContents() public méthode

public ReadIntContents ( ) : int
Résultat int

ReadIntField() public méthode

public ReadIntField ( String fieldName, int dflt ) : int
fieldName String
dflt int
Résultat int

ReadLongContents() public méthode

public ReadLongContents ( ) : long
Résultat long

ReadLongField() public méthode

public ReadLongField ( String fieldName, long dflt ) : long
fieldName String
dflt long
Résultat long

ReadObject() public méthode

public ReadObject ( ) : Object
Résultat Object

ReadObjectContents() public méthode

public ReadObjectContents ( int index ) : Object
index int
Résultat Object

ReadObjectField() public méthode

public ReadObjectField ( String fieldName, Type expected, Object dflt ) : Object
fieldName String
expected System.Type
dflt Object
Résultat Object

ReadStringContents() public méthode

public ReadStringContents ( ) : String
Résultat String

ReadStringField() public méthode

public ReadStringField ( String fieldName, String dflt ) : String
fieldName String
dflt String
Résultat String