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

Mostra file Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
GetNumAnonymousFields ( ) : int
InternalDecoder ( Stream input ) : System
ReadBoolean ( ) : bool
ReadByte ( ) : byte
ReadByteArray ( ) : byte[]
ReadClass ( ) : Type
ReadDouble ( ) : double
ReadInt ( ) : int
ReadLong ( ) : long
ReadObject ( ObjectDecoder decoder ) : Object
ReadString ( bool interned ) : String
StartAnonymousField ( int index ) : void
StartField ( String name ) : bool

Private Methods

Method Description
GetCurrentInput ( ) : Stream
ReadByteArrayFully ( byte bytes ) : void

Method Details

GetNumAnonymousFields() public method

public GetNumAnonymousFields ( ) : int
return int

InternalDecoder() public method

public InternalDecoder ( Stream input ) : System
input Stream
return System

ReadBoolean() public method

public ReadBoolean ( ) : bool
return bool

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadByteArray() public method

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

ReadClass() public method

public ReadClass ( ) : Type
return System.Type

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadInt() public method

public ReadInt ( ) : int
return int

ReadLong() public method

public ReadLong ( ) : long
return long

ReadObject() public method

public ReadObject ( ObjectDecoder decoder ) : Object
decoder ObjectDecoder
return Object

ReadString() public method

public ReadString ( bool interned ) : String
interned bool
return String

StartAnonymousField() public method

public StartAnonymousField ( int index ) : void
index int
return void

StartField() public method

public StartField ( String name ) : bool
name String
return bool