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

Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Méthode Description
EndField ( ) : void
InternalEncoder ( Stream output ) : System
StartAnonymousField ( ) : void
StartField ( String name ) : void
WriteBoolean ( bool b ) : void
WriteByte ( byte b ) : void
WriteByteArray ( byte v ) : void
WriteClass ( Type clazz ) : void
WriteDouble ( double l ) : void
WriteInt ( int v ) : void
WriteLong ( long v ) : void
WriteObject ( ObjectEncoder encoder, Object obj ) : void
WriteString ( String str, bool intern ) : void

Private Methods

Méthode Description
GetCurrentOutput ( ) : Stream
InternIdentifier ( String name ) : int
WriteBytes ( byte v ) : void

Method Details

EndField() public méthode

public EndField ( ) : void
Résultat void

InternalEncoder() public méthode

public InternalEncoder ( Stream output ) : System
output Stream
Résultat System

StartAnonymousField() public méthode

public StartAnonymousField ( ) : void
Résultat void

StartField() public méthode

public StartField ( String name ) : void
name String
Résultat void

WriteBoolean() public méthode

public WriteBoolean ( bool b ) : void
b bool
Résultat void

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void

WriteByteArray() public méthode

public WriteByteArray ( byte v ) : void
v byte
Résultat void

WriteClass() public méthode

public WriteClass ( Type clazz ) : void
clazz System.Type
Résultat void

WriteDouble() public méthode

public WriteDouble ( double l ) : void
l double
Résultat void

WriteInt() public méthode

public WriteInt ( int v ) : void
v int
Résultat void

WriteLong() public méthode

public WriteLong ( long v ) : void
v long
Résultat void

WriteObject() public méthode

public WriteObject ( ObjectEncoder encoder, Object obj ) : void
encoder ObjectEncoder
obj Object
Résultat void

WriteString() public méthode

public WriteString ( String str, bool intern ) : void
str String
intern bool
Résultat void