Filtered NBTInput Stream
Constructors
Link copied to clipboard
Link copied to clipboard
public void FilteredNBTInputStream( InputStream inputStream, boolean internNames, boolean internValues)
Content copied to clipboard
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
Reads an entire NBT compound from the stream.
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