메소드 |
설명 |
|
BinaryTagReader ( ) : System |
|
|
BinaryTagReader ( Stream stream ) : System |
|
|
IsNbtDocument ( Stream stream ) : bool |
|
|
ReadByte ( ) : byte |
|
|
ReadByteArray ( ) : byte[] |
|
|
ReadCollection ( TagList owner ) : TagCollection |
|
|
ReadDictionary ( TagCompound owner ) : TagDictionary |
|
|
ReadDocument ( Stream stream ) : TagCompound |
|
|
ReadDocument ( Stream stream, ReadTagOptions options ) : TagCompound |
|
|
ReadDouble ( ) : double |
|
|
ReadFloat ( ) : float |
|
|
ReadInt ( ) : int |
|
|
ReadIntArray ( ) : int[] |
|
|
ReadLong ( ) : long |
|
|
ReadShort ( ) : short |
|
|
ReadString ( ) : string |
|
|
ReadTag ( ) : ITag |
|
|
ReadTag ( ReadTagOptions options ) : ITag |
|
|