Uses of Class
jnr.posix.WString
-
Packages that use WString Package Description jnr.posix -
-
Uses of WString in jnr.posix
Fields in jnr.posix with type parameters of type WString Modifier and Type Field Description static jnr.ffi.mapper.ToNativeConverter<WString,jnr.ffi.Pointer>WString. ConverterMethods in jnr.posix that return WString Modifier and Type Method Description static WStringWString. path(String path)Methods in jnr.posix with parameters of type WString Modifier and Type Method Description intWindowsLibC. _wchdir(WString path)intWindowsLibC. _wchmod(WString path, int pmode)intWindowsLibC. _wmkdir(WString path)intWindowsLibC. _wstat64(WString path, FileStat stat)booleanWindowsLibC. CreateHardLinkW(WString oldname, WString newName, WString reserved)HANDLEWindowsLibC. 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)
-