Method | 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 |
Method | Description | |
---|---|---|
WriteEnd ( ) : void | ||
WriteHeader ( ITag value ) : void | ||
WriteValue ( TagCollection value ) : void | ||
WriteValue ( TagDictionary value ) : void |
public BinaryTagWriter ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public WriteDocument ( Stream stream, TagCompound tag ) : void | ||
stream | Stream | |
tag | TagCompound | |
return | void |
public WriteDocument ( Stream stream, TagCompound tag, CompressionOption compression ) : void | ||
stream | Stream | |
tag | TagCompound | |
compression | CompressionOption | |
return | void |
public WriteTag ( ITag value, WriteTagOptions options ) : void | ||
value | ITag | |
options | WriteTagOptions | |
return | void |
protected WriteValue ( TagCollection value ) : void | ||
value | TagCollection | |
return | void |
protected WriteValue ( TagDictionary value ) : void | ||
value | TagDictionary | |
return | void |