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

Inheritance: ObjectDecoder, BinaryObjectDeserializer
Exibir arquivo Open project: Tirasa/ConnId

Public Methods

Method 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 method

public BinaryObjectDecoder ( Stream inp ) : System
inp Stream
return System

Close() public method

public Close ( ) : void
return void

GetNumSubObjects() public method

public GetNumSubObjects ( ) : int
return int

ReadBooleanContents() public method

public ReadBooleanContents ( ) : bool
return bool

ReadBooleanField() public method

public ReadBooleanField ( String fieldName, bool dflt ) : bool
fieldName String
dflt bool
return bool

ReadByteArrayContents() public method

public ReadByteArrayContents ( ) : byte[]
return byte[]

ReadByteContents() public method

public ReadByteContents ( ) : byte
return byte

ReadClassContents() public method

public ReadClassContents ( ) : Type
return System.Type

ReadClassField() public method

public ReadClassField ( string fieldName, Type dflt ) : Type
fieldName string
dflt System.Type
return System.Type

ReadDoubleContents() public method

public ReadDoubleContents ( ) : double
return double

ReadDoubleField() public method

public ReadDoubleField ( String fieldName, double dflt ) : double
fieldName String
dflt double
return double

ReadFloatContents() public method

public ReadFloatContents ( ) : float
return float

ReadFloatField() public method

public ReadFloatField ( String fieldName, float dflt ) : float
fieldName String
dflt float
return float

ReadIntContents() public method

public ReadIntContents ( ) : int
return int

ReadIntField() public method

public ReadIntField ( String fieldName, int dflt ) : int
fieldName String
dflt int
return int

ReadLongContents() public method

public ReadLongContents ( ) : long
return long

ReadLongField() public method

public ReadLongField ( String fieldName, long dflt ) : long
fieldName String
dflt long
return long

ReadObject() public method

public ReadObject ( ) : Object
return Object

ReadObjectContents() public method

public ReadObjectContents ( int index ) : Object
index int
return Object

ReadObjectField() public method

public ReadObjectField ( String fieldName, Type expected, Object dflt ) : Object
fieldName String
expected System.Type
dflt Object
return Object

ReadStringContents() public method

public ReadStringContents ( ) : String
return String

ReadStringField() public method

public ReadStringField ( String fieldName, String dflt ) : String
fieldName String
dflt String
return String