Package org.cloudburstmc.nbt
Class NBTInputStream
java.lang.Object
org.cloudburstmc.nbt.NBTInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionNBTInputStream(DataInput input) NBTInputStream(DataInput input, boolean internKeys, boolean internValues) NBTInputStream(DataInput input, boolean internKeys, boolean internValues, long maxReadSize) NBTInputStream(DataInput input, long maxReadSize) -
Method Summary
-
Constructor Details
-
NBTInputStream
-
NBTInputStream
-
NBTInputStream
-
NBTInputStream
-
-
Method Details
-
readTag
- Throws:
IOException
-
readTag
- Throws:
IOException
-
readValue
- Throws:
IOException
-
readValue
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-