java.lang.Object
org.glavo.jimage.ImageLocation
- Implementation Note:
- This class needs to maintain JDK 8 source compatibility. It is used internally in the JDK to implement jimage/jrtfs access, but also compiled and delivered as part of the jrtfs.jar to support access to the jimage file provided by the shipped JDK by tools running on JDK 8.
-
字段概要
字段修饰符和类型字段说明static final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intprotected final long[]protected final ImageStrings -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static byte[]compress(long[] attributes) getBase()intlonglongintgetFullName(boolean modulesPrefix) intintlongboolean
-
字段详细资料
-
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- 另请参阅:
-
attributes
protected final long[] attributes -
strings
-
-
构造器详细资料
-
ImageLocation
-
-
方法详细资料
-
compress
public static byte[] compress(long[] attributes) -
verify
-
getModule
-
getModuleOffset
public int getModuleOffset() -
getBase
-
getBaseOffset
public int getBaseOffset() -
getParent
-
getParentOffset
public int getParentOffset() -
getExtension
-
getExtensionOffset
public int getExtensionOffset() -
getFullName
-
getFullName
-
getContentOffset
public long getContentOffset() -
getCompressedSize
public long getCompressedSize() -
getUncompressedSize
public long getUncompressedSize()
-