C# Class Bend.SegmentBlockEncoderRecordOffsetList

Inheritance: ISegmentBlockEncoder
Afficher le fichier Open project: jeske/StepsDB-alpha Class Usage Examples

Méthodes publiques

Méthode Description
add ( RecordKey key, RecordUpdate data ) : void
flush ( ) : void
setStream ( Stream output ) : void

Private Methods

Méthode Description
_curPos ( ) : int

Method Details

add() public méthode

public add ( RecordKey key, RecordUpdate data ) : void
key RecordKey
data RecordUpdate
Résultat void

flush() public méthode

public flush ( ) : void
Résultat void

setStream() public méthode

public setStream ( Stream output ) : void
output Stream
Résultat void