Constructor and Description |
---|
com.jniwrapper.win32.io.FileSystemException()
Use another constructor
FileSystemException.FileSystemException(int) instead. |
com.jniwrapper.win32.LastErrorException()
Use the
LastErrorException.LastErrorException(long) instead. |
com.jniwrapper.win32.LastErrorException(String)
Use the
LastErrorException.LastErrorException(long, String) instead. |
com.jniwrapper.win32.LastErrorException(String, boolean)
Use the
LastErrorException.LastErrorException(long, String, boolean) instead. |
com.jniwrapper.win32.LastErrorException(Throwable)
Use the
LastErrorException.LastErrorException(long, Throwable) instead. |
com.jniwrapper.win32.system.MemoryStatus()
Use
MemoryInfo class to obtain memory information. |