- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.data.jimage.ImageLocation
-
public class ImageLocation extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 static int
ATTRIBUTE_BASE
static int
ATTRIBUTE_COMPRESSED
static int
ATTRIBUTE_COUNT
static int
ATTRIBUTE_END
static int
ATTRIBUTE_EXTENSION
static int
ATTRIBUTE_MODULE
static int
ATTRIBUTE_OFFSET
static int
ATTRIBUTE_PARENT
static int
ATTRIBUTE_UNCOMPRESSED
-
构造器概要
构造器 构造器 说明 ImageLocation(long[] attributes, ImageStrings strings)
-
方法概要
修饰符和类型 方法 说明 static byte[]
compress(long[] attributes)
String
getBase()
int
getBaseOffset()
long
getCompressedSize()
long
getContentOffset()
String
getExtension()
int
getExtensionOffset()
String
getFullName()
String
getFullName(boolean modulesPrefix)
String
getModule()
int
getModuleOffset()
String
getParent()
int
getParentOffset()
long
getUncompressedSize()
boolean
verify(String name)
-
-
-
字段详细资料
-
ATTRIBUTE_END
public static final int ATTRIBUTE_END
- 另请参阅:
- 常量字段值
-
ATTRIBUTE_MODULE
public static final int ATTRIBUTE_MODULE
- 另请参阅:
- 常量字段值
-
ATTRIBUTE_PARENT
public static final int ATTRIBUTE_PARENT
- 另请参阅:
- 常量字段值
-
ATTRIBUTE_BASE
public static final int ATTRIBUTE_BASE
- 另请参阅:
- 常量字段值
-
ATTRIBUTE_EXTENSION
public static final int ATTRIBUTE_EXTENSION
- 另请参阅:
- 常量字段值
-
ATTRIBUTE_OFFSET
public static final int ATTRIBUTE_OFFSET
- 另请参阅:
- 常量字段值
-
ATTRIBUTE_COMPRESSED
public static final int ATTRIBUTE_COMPRESSED
- 另请参阅:
- 常量字段值
-
ATTRIBUTE_UNCOMPRESSED
public static final int ATTRIBUTE_UNCOMPRESSED
- 另请参阅:
- 常量字段值
-
ATTRIBUTE_COUNT
public static final int ATTRIBUTE_COUNT
- 另请参阅:
- 常量字段值
-
-
构造器详细资料
-
ImageLocation
public ImageLocation(long[] attributes, ImageStrings strings)
-
-
方法详细资料
-
compress
public static byte[] compress(long[] attributes)
-
verify
public boolean verify(String name)
-
getModule
public String getModule()
-
getModuleOffset
public int getModuleOffset()
-
getBase
public String getBase()
-
getBaseOffset
public int getBaseOffset()
-
getParent
public String getParent()
-
getParentOffset
public int getParentOffset()
-
getExtension
public String getExtension()
-
getExtensionOffset
public int getExtensionOffset()
-
getFullName
public String getFullName()
-
getFullName
public String getFullName(boolean modulesPrefix)
-
getContentOffset
public long getContentOffset()
-
getCompressedSize
public long getCompressedSize()
-
getUncompressedSize
public long getUncompressedSize()
-
-