Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
ReadTag ( ReadTagOptions options, TagType defaultTagType ) : ITag | ||
ReadTagValue ( ITag tag ) : object |
Method | Description | |
---|---|---|
InitializeReader ( ) : void | ||
ReadChildValues ( ICollection |
||
ReadTagType ( TagType defaultTagType ) : TagType | ||
SkipWhitespace ( ) : void |
public IsNbtDocument ( Stream stream ) : bool | ||
stream | Stream | |
return | bool |
public ReadCollection ( TagList owner ) : TagCollection | ||
owner | TagList | |
return | TagCollection |
public ReadDictionary ( TagCompound owner ) : TagDictionary | ||
owner | TagCompound | |
return | TagDictionary |
public ReadDocument ( Stream stream ) : TagCompound | ||
stream | Stream | |
return | TagCompound |
public ReadDocument ( Stream stream, ReadTagOptions options ) : TagCompound | ||
stream | Stream | |
options | ReadTagOptions | |
return | TagCompound |
public ReadTag ( ReadTagOptions options ) : ITag | ||
options | ReadTagOptions | |
return | ITag |
protected ReadTag ( ReadTagOptions options, TagType defaultTagType ) : ITag | ||
options | ReadTagOptions | |
defaultTagType | TagType | |
return | ITag |
public XmlTagReader ( XmlReader reader ) : System | ||
reader | XmlReader | |
return | System |