YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.nbt.CompressedStreamTools Class Reference

Static Public Member Functions

static NBTTagCompound readCompressed (InputStream par0InputStream) throws IOException
 
static void writeCompressed (NBTTagCompound par0NBTTagCompound, OutputStream par1OutputStream) throws IOException
 
static NBTTagCompound decompress (byte[] par0ArrayOfByte) throws IOException
 
static byte[] compress (NBTTagCompound par0NBTTagCompound) throws IOException
 
static void safeWrite (NBTTagCompound par0NBTTagCompound, File par1File) throws IOException
 
static NBTTagCompound read (DataInput par0DataInput) throws IOException
 
static void write (NBTTagCompound par0NBTTagCompound, DataOutput par1DataOutput) throws IOException
 
static void write (NBTTagCompound par0NBTTagCompound, File par1File) throws IOException
 
static NBTTagCompound read (File par0File) throws IOException
 

Member Function Documentation

static byte [] net.minecraft.nbt.CompressedStreamTools.compress ( NBTTagCompound  par0NBTTagCompound) throws IOException
static
static NBTTagCompound net.minecraft.nbt.CompressedStreamTools.decompress ( byte[]  par0ArrayOfByte) throws IOException
static
static NBTTagCompound net.minecraft.nbt.CompressedStreamTools.read ( DataInput  par0DataInput) throws IOException
static

Reads from a CompressedStream.

static NBTTagCompound net.minecraft.nbt.CompressedStreamTools.read ( File  par0File) throws IOException
static
static NBTTagCompound net.minecraft.nbt.CompressedStreamTools.readCompressed ( InputStream  par0InputStream) throws IOException
static

Load the gzipped compound from the inputstream.

static void net.minecraft.nbt.CompressedStreamTools.safeWrite ( NBTTagCompound  par0NBTTagCompound,
File  par1File 
) throws IOException
static
static void net.minecraft.nbt.CompressedStreamTools.write ( NBTTagCompound  par0NBTTagCompound,
DataOutput  par1DataOutput 
) throws IOException
static
static void net.minecraft.nbt.CompressedStreamTools.write ( NBTTagCompound  par0NBTTagCompound,
File  par1File 
) throws IOException
static
static void net.minecraft.nbt.CompressedStreamTools.writeCompressed ( NBTTagCompound  par0NBTTagCompound,
OutputStream  par1OutputStream 
) throws IOException
static

Write the compound, gzipped, to the outputstream.


The documentation for this class was generated from the following file: