NBTInput Stream
Same as NBTInputStream, but all interning is disabled by default
See also
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. When reading lots of data with similar structure and tag names, enabling these features may free up significant amounts of energy.
See also
Parameters
input Stream
An input stream of valid NBT data; may also be gzipped
intern Names
Whether or not readCompound will use interned tag names
intern Values
Whether or not readValue() will intern STRING values. This effect also propagates to values in compounds and elements in lists of strings