Package jnr.posix
Class POSIXFunctionMapper
java.lang.Object
jnr.posix.POSIXFunctionMapper
- All Implemented Interfaces:
jnr.ffi.mapper.FunctionMapper
Deprecated.
Use SimpleFunctionMapper instead.
No longer used. It used to map function names from libc names to
msvcrt names.
-
Nested Class Summary
Nested classes/interfaces inherited from interface jnr.ffi.mapper.FunctionMapper
jnr.ffi.mapper.FunctionMapper.Builder, jnr.ffi.mapper.FunctionMapper.Context
-
Field Summary
FieldsFields inherited from interface jnr.ffi.mapper.FunctionMapper
IDENTITY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapFunctionName
(String name, jnr.ffi.mapper.FunctionMapper.Context ctx) Deprecated.
-
Field Details
-
INSTANCE
public static final jnr.ffi.mapper.FunctionMapper INSTANCEDeprecated.
-
-
Constructor Details
-
POSIXFunctionMapper
private POSIXFunctionMapper()Deprecated.
-
-
Method Details
-
mapFunctionName
Deprecated.- Specified by:
mapFunctionName
in interfacejnr.ffi.mapper.FunctionMapper
-