Uses of Class
com.sshtools.daemon.platform.InvalidHandleException
Packages that use InvalidHandleException
-
Uses of InvalidHandleException in com.sshtools.daemon.platform
Methods in com.sshtools.daemon.platform that throw InvalidHandleExceptionModifier and TypeMethodDescriptionabstract voidNativeFileSystemProvider.closeFile(byte[] handle) abstract FileAttributesNativeFileSystemProvider.getFileAttributes(byte[] handle) abstract SftpFile[]NativeFileSystemProvider.readDirectory(byte[] handle) abstract byte[]NativeFileSystemProvider.readFile(byte[] handle, UnsignedInteger64 offset, UnsignedInteger32 len) abstract voidNativeFileSystemProvider.setFileAttributes(byte[] handle, FileAttributes attrs) abstract voidNativeFileSystemProvider.writeFile(byte[] handle, UnsignedInteger64 offset, byte[] data, int off, int len) -
Uses of InvalidHandleException in com.sshtools.daemon.vfs
Methods in com.sshtools.daemon.vfs that throw InvalidHandleExceptionModifier and TypeMethodDescriptionvoidVirtualFileSystem.closeFile(byte[] handle) VirtualFileSystem.getFileAttributes(byte[] handle) SftpFile[]VirtualFileSystem.readDirectory(byte[] handle) byte[]VirtualFileSystem.readFile(byte[] handle, UnsignedInteger64 offset, UnsignedInteger32 len) voidVirtualFileSystem.setFileAttributes(byte[] handle, FileAttributes attrs) voidVirtualFileSystem.writeFile(byte[] handle, UnsignedInteger64 offset, byte[] data, int off, int len)