NBTInput Stream
Constructors
Link copied to clipboard
Same as NBTInputStream, but all interning is disabled by default
Link copied to clipboard
public void NBTInputStream( InputStream inputStream, boolean internNames, boolean internValues)
Content copied to clipboard
Constructs a stream for reading NBT data, with control over interning of parsed strings.
Functions
Link copied to clipboard
Check if the underlying InputStream contains gzipped data.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Read a TAG_Byte_Array from the inputStream
Link copied to clipboard
Read a TAG_Compound from the inputStream
Link copied to clipboard
Link copied to clipboard
Read an NBT compound from the inputStream
Link copied to clipboard
Read a TAG_Int_Array from the inputStream
Link copied to clipboard
Read a TAG_Long_Array from the inputStream
Link copied to clipboard
Link copied to clipboard
Same as readString, but the resulting string will never be interned.
Read a length-prefixed string from the inputStream
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard