Skip navigation links
C F J L N P S 

C

cn.itcraft.nativeloader - package cn.itcraft.nativeloader
 

F

filePath() - Method in interface cn.itcraft.nativeloader.LibInfo
文件系统内路径 Absolute filesystem path after extraction (e.g.
filePath() - Method in class cn.itcraft.nativeloader.SimpleLibInfo
文件系统路径 - Custom filesystem path from system property

J

jarPath() - Method in interface cn.itcraft.nativeloader.LibInfo
jar内路径 Relative path within JAR file (e.g.
jarPath() - Method in class cn.itcraft.nativeloader.SimpleLibInfo
jar内路径 - Default resource path in JAR package

L

LibInfo - Interface in cn.itcraft.nativeloader
库信息 Native library metadata information
load(LibInfo) - Static method in class cn.itcraft.nativeloader.NativeLoader
加载库 Load native library with fallback strategies

N

name() - Method in interface cn.itcraft.nativeloader.LibInfo
完整文件名,带文件名后缀 Full filename with platform-specific extension (e.g.
name() - Method in class cn.itcraft.nativeloader.SimpleLibInfo
完整文件名 - Platform-specific filename
NativeLoader - Class in cn.itcraft.nativeloader
learn from load from jar
加载原生库 Native library loader with multi-source support (system path/JAR file/custom path)
NativeLoader() - Constructor for class cn.itcraft.nativeloader.NativeLoader
 

P

prefix() - Method in interface cn.itcraft.nativeloader.LibInfo
文件名,无文件名后缀 Base filename without platform-specific extension (e.g.
prefix() - Method in class cn.itcraft.nativeloader.SimpleLibInfo
文件名前缀 - Platform-independent filename prefix

S

shortName() - Method in interface cn.itcraft.nativeloader.LibInfo
短称 Short identifier for the library (e.g.
shortName() - Method in class cn.itcraft.nativeloader.SimpleLibInfo
短称 - Base library identifier
SimpleLibInfo - Class in cn.itcraft.nativeloader
简易实现 Simple implementation of LibInfo with automatic naming conventions
SimpleLibInfo(String) - Constructor for class cn.itcraft.nativeloader.SimpleLibInfo
根据短称自动生成标准库名称和路径
C F J L N P S 
Skip navigation links

Copyright © 2025. All rights reserved.