Méthode | Description | |
---|---|---|
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 |
public BinaryTagReader ( Stream stream ) : System | ||
stream | Stream | |
Résultat | System |
public IsNbtDocument ( Stream stream ) : bool | ||
stream | Stream | |
Résultat | bool |
public ReadCollection ( TagList owner ) : TagCollection | ||
owner | TagList | |
Résultat | TagCollection |
public ReadDictionary ( TagCompound owner ) : TagDictionary | ||
owner | TagCompound | |
Résultat | TagDictionary |
public ReadDocument ( Stream stream ) : TagCompound | ||
stream | Stream | |
Résultat | TagCompound |
public ReadDocument ( Stream stream, ReadTagOptions options ) : TagCompound | ||
stream | Stream | |
options | ReadTagOptions | |
Résultat | TagCompound |
public ReadTag ( ReadTagOptions options ) : ITag | ||
options | ReadTagOptions | |
Résultat | ITag |