- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.data.jimage.CompressIndexes
-
public class CompressIndexes extends Object
Index compressor. Use the minimal amount of bytes required to store an integer.
-
-
构造器概要
构造器 构造器 说明 CompressIndexes()
-
-
-
方法详细资料
-
readInt
public static int readInt(DataInputStream cr) throws IOException
- 抛出:
IOException
-
decompress
public static int decompress(byte[] value, int offset)
-
compress
public static byte[] compress(int value)
-
-