java.lang.Object
org.glavo.jimage.BasicImageReader
- 所有已实现的接口:
AutoCloseable
- 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.
-
构造器概要
构造器限定符构造器说明protectedBasicImageReader(Path imagePath) protectedBasicImageReader(Path path, ByteOrder byteOrder) -
方法概要
修饰符和类型方法说明voidclose()findLocation(String name) findLocation(String module, String name) long[]getAttributes(int offset) String[]intgetLocationIndex(String name) getName()byte[]getResource(String name) byte[]getResource(ImageLocation loc) getString(int offset) intstatic BasicImageReaderstatic voidreleaseByteBuffer(ByteBuffer buffer) booleanverifyLocation(String module, String name)
-
构造器详细资料
-
BasicImageReader
- 抛出:
IOException
-
BasicImageReader
- 抛出:
IOException
-
-
方法详细资料
-
open
- 抛出:
IOException
-
getHeader
-
releaseByteBuffer
-
getName
-
getByteOrder
-
getImagePath
-
close
- 指定者:
close在接口中AutoCloseable- 抛出:
IOException
-
getStrings
-
findLocation
-
findLocation
-
verifyLocation
-
getLocationIndex
-
getEntryNames
-
getAttributes
public long[] getAttributes(int offset) -
getString
-
match
-
getResource
-
getResource
-
getResourceBuffer
-
getResourceStream
-