Package jnr.posix
Class POSIXFunctionMapper
- java.lang.Object
-
- jnr.posix.POSIXFunctionMapper
-
- All Implemented Interfaces:
jnr.ffi.mapper.FunctionMapper
@Deprecated final class POSIXFunctionMapper extends java.lang.Object implements jnr.ffi.mapper.FunctionMapper
Deprecated.Use SimpleFunctionMapper instead.No longer used. It used to map function names from libc names to msvcrt names.
-
-
Field Summary
Fields Modifier and Type Field Description static jnr.ffi.mapper.FunctionMapper
INSTANCE
Deprecated.
-
Constructor Summary
Constructors Modifier Constructor Description private
POSIXFunctionMapper()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
mapFunctionName(java.lang.String name, jnr.ffi.mapper.FunctionMapper.Context ctx)
Deprecated.
-