- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.nbt.NBTCompressedStreamTools
-
public class NBTCompressedStreamTools extends Object
-
-
构造器概要
构造器 构造器 说明 NBTCompressedStreamTools()
-
方法概要
修饰符和类型 方法 说明 static NBTTagCompound
loadCompound(DataInput input, NBTReadLimiter limiter)
static NBTBase
readBase(DataInput input, int depth, NBTReadLimiter limiter)
static void
write(NBTBase base, DataOutput out)
static void
write(NBTTagCompound compound, DataOutput out)
-
-
-
方法详细资料
-
loadCompound
public static NBTTagCompound loadCompound(DataInput input, NBTReadLimiter limiter) throws IOException
- 抛出:
IOException
-
write
public static void write(NBTTagCompound compound, DataOutput out) throws IOException
- 抛出:
IOException
-
write
public static void write(NBTBase base, DataOutput out) throws IOException
- 抛出:
IOException
-
readBase
public static NBTBase readBase(DataInput input, int depth, NBTReadLimiter limiter) throws IOException
- 抛出:
IOException
-
-