Метод | Описание | |
---|---|---|
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 | ||
XmlTagReader ( ) : System | ||
XmlTagReader ( XmlReader reader ) : System |
Метод | Описание | |
---|---|---|
ReadTag ( ReadTagOptions options, TagType defaultTagType ) : ITag | ||
ReadTagValue ( ITag tag ) : object |
Метод | Описание | |
---|---|---|
InitializeReader ( ) : void | ||
ReadChildValues ( ICollection |
||
ReadTagType ( TagType defaultTagType ) : TagType | ||
SkipWhitespace ( ) : void |
public IsNbtDocument ( Stream stream ) : bool | ||
stream | Stream | |
Результат | bool |
public ReadCollection ( TagList owner ) : TagCollection | ||
owner | TagList | |
Результат | TagCollection |
public ReadDictionary ( TagCompound owner ) : TagDictionary | ||
owner | TagCompound | |
Результат | TagDictionary |
public ReadDocument ( Stream stream ) : TagCompound | ||
stream | Stream | |
Результат | TagCompound |
public ReadDocument ( Stream stream, ReadTagOptions options ) : TagCompound | ||
stream | Stream | |
options | ReadTagOptions | |
Результат | TagCompound |
public ReadTag ( ReadTagOptions options ) : ITag | ||
options | ReadTagOptions | |
Результат | ITag |
protected ReadTag ( ReadTagOptions options, TagType defaultTagType ) : ITag | ||
options | ReadTagOptions | |
defaultTagType | TagType | |
Результат | ITag |
protected ReadTagValue ( ITag tag ) : object | ||
tag | ITag | |
Результат | object |
public XmlTagReader ( XmlReader reader ) : System | ||
reader | XmlReader | |
Результат | System |