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 RefNbtTagCompound
readCompressed(File file)
static RefNbtTagCompound
readCompressed(InputStream stream)
static void
writeCompressed(RefNbtTagCompound compound, File file)
static void
writeCompressed(RefNbtTagCompound compound, OutputStream stream)
static RefNbtTagCompound
read(File file)
static RefNbtTagCompound
read(DataInput input)
static RefNbtTagCompound
read(DataInputStream stream)
static void
write(RefNbtTagCompound nbt, File file)
static void
write(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)
-
-
-
-