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.ConverterModifier and TypeMethodDescriptionintintintintbooleanWindowsLibC.CreateHardLinkW(WString oldname, WString newName, WString reserved) WindowsLibC.FindFirstFileW(WString wpath, WindowsFindData findData) intWindowsLibC.GetFileAttributesExW(WString path, int infoLevel, WindowsFileInformation fileInformation) intWindowsLibC.GetFileAttributesW(WString path) booleanWindowsLibC.RemoveDirectoryW(WString path) booleanWindowsLibC.SetEnvironmentVariableW(WString envName, WString envValue) intWindowsLibC.SetFileAttributesW(WString path, int flags)