public interface LibraryFile
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getFileSize() |
String |
getMapRegionName() |
String |
getName() |
String |
getPath() |
ByteBuffer |
mapBuffer() |
LibraryFile |
resolveLibrary(Emulator<?> emulator,
String soName) |
String getName()
String getMapRegionName()
LibraryFile resolveLibrary(Emulator<?> emulator, String soName) throws IOException
IOExceptionByteBuffer mapBuffer() throws IOException
IOExceptionString getPath()
long getFileSize()
Copyright © 2022. All rights reserved.