Uses of Class
jnr.posix.WString

Packages that use WString
jnr.posix   
 

Uses of WString in jnr.posix
 

Fields in jnr.posix with type parameters of type WString
static jnr.ffi.mapper.ToNativeConverter<WString,jnr.ffi.Pointer> WString.Converter
           
 

Methods in jnr.posix that return WString
static WString WString.path(String path)
           
 

Methods in jnr.posix with parameters of type WString
 int WindowsLibC._wchdir(WString path)
           
 int WindowsLibC._wchmod(WString path, int pmode)
           
 int WindowsLibC._wmkdir(WString path)
           
 boolean WindowsLibC.CreateHardLinkW(WString oldname, WString newName, WString reserved)
           
 int WindowsLibC.GetFileAttributesW(WString path)
           
 boolean WindowsLibC.RemoveDirectoryW(WString path)
           
 boolean WindowsLibC.SetEnvironmentVariableW(WString envName, WString envValue)
           
 int WindowsLibC.SetFileAttributesW(WString path, int flags)
           
 



Copyright © 2014. All Rights Reserved.