- throwLastError(WinNT.HANDLE...) - Static method in exception net.lecousin.framework.system.windows.Win32IOException
-
Create and throw an IOException from the last error that occured on the given handles.
- toString() - Method in class net.lecousin.framework.system.windows.hardware.NetworkDriveWin
-
- toString() - Method in class net.lecousin.framework.system.windows.hardware.PhysicalDriveWin
-
- toStringAscii(byte[], int) - Static method in class net.lecousin.framework.system.windows.WindowsUtil
-
Convert a Windows Ascii buffer to a Java string.
- toStrings(byte[]) - Static method in class net.lecousin.framework.system.windows.WindowsUtil
-
Return a list of String from a buffer containing strings separated by 0.
- toStringUnicode(byte[], int) - Static method in class net.lecousin.framework.system.windows.WindowsUtil
-
Convert a Windows Unicode buffer to a Java string.
- toStringUnicode(byte[], int, int) - Static method in class net.lecousin.framework.system.windows.WindowsUtil
-
Convert a Windows Unicode buffer to a Java string.
- toUnicode(String) - Static method in class net.lecousin.framework.system.windows.WindowsUtil
-
Convert a Java string into a Windows Unicode buffer.