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

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

Méthodes publiques

Méthode Description
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
XmlTagWriter ( ) : System
XmlTagWriter ( XmlWriter writer ) : System

Méthodes protégées

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

Method Details

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

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

XmlTagWriter() public méthode

public XmlTagWriter ( ) : System
Résultat System

XmlTagWriter() public méthode

public XmlTagWriter ( XmlWriter writer ) : System
writer System.Xml.XmlWriter
Résultat System