Uses of Class
jnr.posix.WString
Packages that use WString
-
Uses of WString in jnr.posix
Modifier and TypeFieldDescriptionstatic final jnr.ffi.mapper.ToNativeConverter<WString,
jnr.ffi.Pointer> WString.Converter
Modifier and TypeMethodDescriptionint
int
int
int
boolean
WindowsLibC.CreateHardLinkW
(WString oldname, WString newName, WString reserved) WindowsLibC.FindFirstFileW
(WString wpath, WindowsFindData findData) int
WindowsLibC.GetFileAttributesExW
(WString path, int infoLevel, WindowsFileInformation fileInformation) int
WindowsLibC.GetFileAttributesW
(WString path) boolean
WindowsLibC.RemoveDirectoryW
(WString path) boolean
WindowsLibC.SetEnvironmentVariableW
(WString envName, WString envValue) int
WindowsLibC.SetFileAttributesW
(WString path, int flags)