Package net.minecraft.nbt
Class CompressedStreamTools
java.lang.Object
net.minecraft.nbt.CompressedStreamTools
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompoundNBT
static CompoundNBT
read
(DataInput p_152456_0_, NBTSizeTracker p_152456_1_) static CompoundNBT
static CompoundNBT
readCompressed
(File p_244263_0_) static CompoundNBT
readCompressed
(InputStream p_74796_0_) private static INBT
readUnnamedTag
(DataInput p_152455_0_, int p_152455_1_, NBTSizeTracker p_152455_2_) static void
write
(CompoundNBT p_74800_0_, DataOutput p_74800_1_) static void
write
(CompoundNBT p_74795_0_, File p_74795_1_) static void
writeCompressed
(CompoundNBT p_244264_0_, File p_244264_1_) static void
writeCompressed
(CompoundNBT p_74799_0_, OutputStream p_74799_1_) private static void
writeUnnamedTag
(INBT p_150663_0_, DataOutput p_150663_1_)
-
Constructor Details
-
CompressedStreamTools
public CompressedStreamTools()
-
-
Method Details
-
readCompressed
- Throws:
IOException
-
readCompressed
- Throws:
IOException
-
writeCompressed
- Throws:
IOException
-
writeCompressed
public static void writeCompressed(CompoundNBT p_74799_0_, OutputStream p_74799_1_) throws IOException - Throws:
IOException
-
write
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
public static CompoundNBT read(DataInput p_152456_0_, NBTSizeTracker p_152456_1_) throws IOException - Throws:
IOException
-
write
- Throws:
IOException
-
writeUnnamedTag
- Throws:
IOException
-
readUnnamedTag
private static INBT readUnnamedTag(DataInput p_152455_0_, int p_152455_1_, NBTSizeTracker p_152455_2_) throws IOException - Throws:
IOException
-