C# Class Cyotek.Data.Nbt.Serialization.BinaryTagWriter

Inheritance: ITagWriter
Afficher le fichier Open project: cyotek/Cyotek.Data.Nbt Class Usage Examples

Méthodes publiques

Méthode Description
BinaryTagWriter ( ) : System
BinaryTagWriter ( Stream stream ) : System
WriteDocument ( Stream stream, TagCompound tag ) : void
WriteDocument ( Stream stream, TagCompound tag, CompressionOption compression ) : void
WriteTag ( ITag value ) : void
WriteTag ( ITag value, WriteTagOptions options ) : void
WriteValue ( byte value ) : void
WriteValue ( double value ) : void
WriteValue ( float value ) : void
WriteValue ( int value ) : void
WriteValue ( long value ) : void
WriteValue ( short value ) : void
WriteValue ( string value ) : void

Méthodes protégées

Méthode Description
WriteEnd ( ) : void
WriteHeader ( ITag value ) : void
WriteValue ( TagCollection value ) : void
WriteValue ( TagDictionary value ) : void

Method Details

BinaryTagWriter() public méthode

public BinaryTagWriter ( ) : System
Résultat System

BinaryTagWriter() public méthode

public BinaryTagWriter ( Stream stream ) : System
stream Stream
Résultat System

WriteDocument() public méthode

public WriteDocument ( Stream stream, TagCompound tag ) : void
stream Stream
tag TagCompound
Résultat void

WriteDocument() public méthode

public WriteDocument ( Stream stream, TagCompound tag, CompressionOption compression ) : void
stream Stream
tag TagCompound
compression CompressionOption
Résultat void

WriteEnd() protected méthode

protected WriteEnd ( ) : void
Résultat void

WriteHeader() protected méthode

protected WriteHeader ( ITag value ) : void
value ITag
Résultat void

WriteTag() public méthode

public WriteTag ( ITag value ) : void
value ITag
Résultat void

WriteTag() public méthode

public WriteTag ( ITag value, WriteTagOptions options ) : void
value ITag
options WriteTagOptions
Résultat void

WriteValue() protected méthode

protected WriteValue ( TagCollection value ) : void
value TagCollection
Résultat void

WriteValue() protected méthode

protected WriteValue ( TagDictionary value ) : void
value TagDictionary
Résultat void

WriteValue() public méthode

public WriteValue ( byte value ) : void
value byte
Résultat void

WriteValue() public méthode

public WriteValue ( double value ) : void
value double
Résultat void

WriteValue() public méthode

public WriteValue ( float value ) : void
value float
Résultat void

WriteValue() public méthode

public WriteValue ( int value ) : void
value int
Résultat void

WriteValue() public méthode

public WriteValue ( long value ) : void
value long
Résultat void

WriteValue() public méthode

public WriteValue ( short value ) : void
value short
Résultat void

WriteValue() public méthode

public WriteValue ( string value ) : void
value string
Résultat void