public class CompressedStreamTools
extends java.lang.Object
コンストラクタと説明 |
---|
CompressedStreamTools() |
修飾子とタイプ | メソッドと説明 |
---|---|
static CompoundNBT |
read(java.io.DataInput input,
NBTSizeTracker accounter)
Reads the given DataInput, constructs, and returns an NBTTagCompound with the data from the DataInput
|
static CompoundNBT |
read(java.io.DataInputStream inputStream)
Reads from a CompressedStream.
|
static CompoundNBT |
read(java.io.File fileIn) |
static CompoundNBT |
readCompressed(java.io.InputStream is)
Load the gzipped compound from the inputstream.
|
static void |
safeWrite(CompoundNBT compound,
java.io.File fileIn) |
static void |
write(CompoundNBT compound,
java.io.DataOutput output) |
static void |
write(CompoundNBT compound,
java.io.File fileIn) |
static void |
writeCompressed(CompoundNBT compound,
java.io.OutputStream outputStream)
Write the compound, gzipped, to the outputstream.
|
public static CompoundNBT readCompressed(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public static void writeCompressed(CompoundNBT compound, java.io.OutputStream outputStream) throws java.io.IOException
java.io.IOException
public static void safeWrite(CompoundNBT compound, java.io.File fileIn) throws java.io.IOException
java.io.IOException
public static void write(CompoundNBT compound, java.io.File fileIn) throws java.io.IOException
java.io.IOException
@Nullable public static CompoundNBT read(java.io.File fileIn) throws java.io.IOException
java.io.IOException
public static CompoundNBT read(java.io.DataInputStream inputStream) throws java.io.IOException
java.io.IOException
public static CompoundNBT read(java.io.DataInput input, NBTSizeTracker accounter) throws java.io.IOException
java.io.IOException
public static void write(CompoundNBT compound, java.io.DataOutput output) throws java.io.IOException
java.io.IOException