C# 클래스 Org.IdentityConnectors.Framework.Impl.Serializer.Binary.BinaryObjectDecoder

상속: ObjectDecoder, BinaryObjectDeserializer
파일 보기 프로젝트 열기: Tirasa/ConnId

공개 메소드들

메소드 설명
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

메소드 상세

BinaryObjectDecoder() 공개 메소드

public BinaryObjectDecoder ( Stream inp ) : System
inp Stream
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetNumSubObjects() 공개 메소드

public GetNumSubObjects ( ) : int
리턴 int

ReadBooleanContents() 공개 메소드

public ReadBooleanContents ( ) : bool
리턴 bool

ReadBooleanField() 공개 메소드

public ReadBooleanField ( String fieldName, bool dflt ) : bool
fieldName String
dflt bool
리턴 bool

ReadByteArrayContents() 공개 메소드

public ReadByteArrayContents ( ) : byte[]
리턴 byte[]

ReadByteContents() 공개 메소드

public ReadByteContents ( ) : byte
리턴 byte

ReadClassContents() 공개 메소드

public ReadClassContents ( ) : Type
리턴 System.Type

ReadClassField() 공개 메소드

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

ReadDoubleContents() 공개 메소드

public ReadDoubleContents ( ) : double
리턴 double

ReadDoubleField() 공개 메소드

public ReadDoubleField ( String fieldName, double dflt ) : double
fieldName String
dflt double
리턴 double

ReadFloatContents() 공개 메소드

public ReadFloatContents ( ) : float
리턴 float

ReadFloatField() 공개 메소드

public ReadFloatField ( String fieldName, float dflt ) : float
fieldName String
dflt float
리턴 float

ReadIntContents() 공개 메소드

public ReadIntContents ( ) : int
리턴 int

ReadIntField() 공개 메소드

public ReadIntField ( String fieldName, int dflt ) : int
fieldName String
dflt int
리턴 int

ReadLongContents() 공개 메소드

public ReadLongContents ( ) : long
리턴 long

ReadLongField() 공개 메소드

public ReadLongField ( String fieldName, long dflt ) : long
fieldName String
dflt long
리턴 long

ReadObject() 공개 메소드

public ReadObject ( ) : Object
리턴 Object

ReadObjectContents() 공개 메소드

public ReadObjectContents ( int index ) : Object
index int
리턴 Object

ReadObjectField() 공개 메소드

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

ReadStringContents() 공개 메소드

public ReadStringContents ( ) : String
리턴 String

ReadStringField() 공개 메소드

public ReadStringField ( String fieldName, String dflt ) : String
fieldName String
dflt String
리턴 String