C# Class BTDB.FieldHandler.ByteArrayLastFieldHandler

Inheritance: ByteArrayFieldHandler
Afficher le fichier Open project: Bobris/BTDB

Méthodes publiques

Méthode Description
IsCompatibleWith ( Type type, FieldHandlerOptions options ) : bool
Load ( IILGen ilGenerator, Action pushReaderOrCtx ) : void
Save ( IILGen ilGenerator, Action pushWriterOrCtx, Action pushValue ) : void
Skip ( IILGen ilGenerator, Action pushReaderOrCtx ) : void

Méthodes protégées

Méthode Description
SaveByteBuffer ( IILGen ilGenerator, Action pushWriterOrCtx, Action pushValue ) : void

Method Details

IsCompatibleWith() public méthode

public IsCompatibleWith ( Type type, FieldHandlerOptions options ) : bool
type System.Type
options FieldHandlerOptions
Résultat bool

Load() public méthode

public Load ( IILGen ilGenerator, Action pushReaderOrCtx ) : void
ilGenerator IILGen
pushReaderOrCtx Action
Résultat void

Save() public méthode

public Save ( IILGen ilGenerator, Action pushWriterOrCtx, Action pushValue ) : void
ilGenerator IILGen
pushWriterOrCtx Action
pushValue Action
Résultat void

SaveByteBuffer() protected méthode

protected SaveByteBuffer ( IILGen ilGenerator, Action pushWriterOrCtx, Action pushValue ) : void
ilGenerator IILGen
pushWriterOrCtx Action
pushValue Action
Résultat void

Skip() public méthode

public Skip ( IILGen ilGenerator, Action pushReaderOrCtx ) : void
ilGenerator IILGen
pushReaderOrCtx Action
Résultat void