public class CompressedStreamTools
extends java.lang.Object
Constructor and Description |
---|
CompressedStreamTools() |
Modifier and Type | Method and Description |
---|---|
static NBTTagCompound |
read(java.io.DataInput input,
NBTSizeTracker accounter)
Reads the given DataInput, constructs, and returns an NBTTagCompound with the data from the DataInput
|
static NBTTagCompound |
read(java.io.DataInputStream inputStream)
Reads from a CompressedStream.
|
static NBTTagCompound |
read(java.io.File fileIn) |
static NBTTagCompound |
readCompressed(java.io.InputStream is)
Load the gzipped compound from the inputstream.
|
static void |
safeWrite(NBTTagCompound compound,
java.io.File fileIn) |
static void |
write(NBTTagCompound compound,
java.io.DataOutput output) |
static void |
write(NBTTagCompound compound,
java.io.File fileIn) |
static void |
writeCompressed(NBTTagCompound compound,
java.io.OutputStream outputStream)
Write the compound, gzipped, to the outputstream.
|
public static NBTTagCompound readCompressed(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public static void writeCompressed(NBTTagCompound compound, java.io.OutputStream outputStream) throws java.io.IOException
java.io.IOException
public static void safeWrite(NBTTagCompound compound, java.io.File fileIn) throws java.io.IOException
java.io.IOException
public static NBTTagCompound read(java.io.DataInputStream inputStream) throws java.io.IOException
java.io.IOException
public static NBTTagCompound read(java.io.DataInput input, NBTSizeTracker accounter) throws java.io.IOException
java.io.IOException
public static void write(NBTTagCompound compound, java.io.DataOutput output) throws java.io.IOException
java.io.IOException
public static void write(NBTTagCompound compound, java.io.File fileIn) throws java.io.IOException
java.io.IOException
public static NBTTagCompound read(java.io.File fileIn) throws java.io.IOException
java.io.IOException