Package pers.neige.neigeitems.ref.nbt
Class RefNbtIo
-
- All Implemented Interfaces:
public class RefNbtIo
-
-
Constructor Summary
Constructors Constructor Description RefNbtIo()
-
Method Summary
Modifier and Type Method Description static RefNbtTagCompoundreadCompressed(File file)static RefNbtTagCompoundreadCompressed(InputStream stream)static voidwriteCompressed(RefNbtTagCompound compound, File file)static voidwriteCompressed(RefNbtTagCompound compound, OutputStream stream)static RefNbtTagCompoundread(File file)static RefNbtTagCompoundread(DataInput input)static RefNbtTagCompoundread(DataInputStream stream)static voidwrite(RefNbtTagCompound nbt, File file)static voidwrite(RefNbtTagCompound nbt, DataOutput output)-
-
Method Detail
-
readCompressed
static RefNbtTagCompound readCompressed(File file)
-
readCompressed
static RefNbtTagCompound readCompressed(InputStream stream)
-
writeCompressed
static void writeCompressed(RefNbtTagCompound compound, File file)
-
writeCompressed
static void writeCompressed(RefNbtTagCompound compound, OutputStream stream)
-
read
static RefNbtTagCompound read(File file)
-
read
static RefNbtTagCompound read(DataInput input)
-
read
static RefNbtTagCompound read(DataInputStream stream)
-
write
static void write(RefNbtTagCompound nbt, File file)
-
write
static void write(RefNbtTagCompound nbt, DataOutput output)
-
-
-
-