메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
WriteEnd ( ) : void | ||
WriteHeader ( ITag value ) : void | ||
WriteValue ( TagCollection value ) : void | ||
WriteValue ( TagDictionary value ) : void |
public WriteDocument ( Stream stream, TagCompound tag ) : void | ||
stream | Stream | |
tag | TagCompound | |
리턴 | void |
public WriteDocument ( Stream stream, TagCompound tag, CompressionOption compression ) : void | ||
stream | Stream | |
tag | TagCompound | |
compression | CompressionOption | |
리턴 | void |
public WriteTag ( ITag value, WriteTagOptions options ) : void | ||
value | ITag | |
options | WriteTagOptions | |
리턴 | void |
protected WriteValue ( TagCollection value ) : void | ||
value | TagCollection | |
리턴 | void |
protected WriteValue ( TagDictionary value ) : void | ||
value | TagDictionary | |
리턴 | void |