Uses of Class
com.maverick.sshd.platform.InvalidHandleException

Packages that use InvalidHandleException
com.maverick.sshd.platform This package contains the interfaces that are required to be implemented to create an SSH server implementation. 
com.maverick.sshd.vfs This package contains a Virtual File System which implements a platform independent version of the NativeFileSystemProvider. 
 

Uses of InvalidHandleException in com.maverick.sshd.platform
 

Methods in com.maverick.sshd.platform that throw InvalidHandleException
 SftpFileAttributes NativeFileSystemProvider.getFileAttributes(byte[] handle)
          Get the attributes for a given file handle.
 SftpFile[] NativeFileSystemProvider.readDirectory(byte[] handle)
           Read the contents of a directory.
 int NativeFileSystemProvider.readFile(byte[] handle, com.maverick.util.UnsignedInteger64 offset, byte[] buffer, int start, int numBytesToRead)
          Read a block of data from an open file.
 void NativeFileSystemProvider.writeFile(byte[] handle, com.maverick.util.UnsignedInteger64 offset, byte[] data, int off, int len)
          Write a block of data to an open file.
 void NativeFileSystemProvider.closeFile(byte[] handle)
          Close an open file or directory.
 void NativeFileSystemProvider.setFileAttributes(byte[] handle, SftpFileAttributes attrs)
          Set the open files attributes
 

Uses of InvalidHandleException in com.maverick.sshd.vfs
 

Methods in com.maverick.sshd.vfs that throw InvalidHandleException
 SftpFileAttributes VirtualFileSystem.getFileAttributes(byte[] handle)
           
 SftpFile[] VirtualFileSystem.readDirectory(byte[] handle)
           
 int VirtualFileSystem.readFile(byte[] handle, com.maverick.util.UnsignedInteger64 offset, byte[] buf, int start, int numBytesToRead)
           
 void VirtualFileSystem.writeFile(byte[] handle, com.maverick.util.UnsignedInteger64 offset, byte[] data, int off, int len)
           
 void VirtualFileSystem.closeFile(byte[] handle)
           
 boolean VirtualFileSystem.closeFile(byte[] handle, boolean remove)
           
 void VirtualFileSystem.setFileAttributes(byte[] handle, SftpFileAttributes attrs)
           
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.