Uses of Class
com.sshtools.common.sftp.InvalidHandleException
Packages that use InvalidHandleException
-
Uses of InvalidHandleException in com.sshtools.common.sftp
Methods in com.sshtools.common.sftp that throw InvalidHandleExceptionModifier and TypeMethodDescriptionvoidAbstractFileSystem.closeFile(byte[] handle) voidvoidAbstractFileSystem.copyData(byte[] handle, com.sshtools.common.util.UnsignedInteger64 offset, com.sshtools.common.util.UnsignedInteger64 length, byte[] toHandle, com.sshtools.common.util.UnsignedInteger64 toOffset) AbstractFileSystem.getFileAttributes(byte[] handle) AbstractFileSystem.getFileForHandle(byte[] handle) AbstractFileSystem.getPathForHandle(byte[] handle) SftpFile[]AbstractFileSystem.readDirectory(byte[] handle) intAbstractFileSystem.readFile(byte[] handle, com.sshtools.common.util.UnsignedInteger64 offset, byte[] buf, int start, int numBytesToRead) voidAbstractFileSystem.setFileAttributes(byte[] handle, SftpFileAttributes attrs) voidAbstractFileSystem.writeFile(byte[] handle, com.sshtools.common.util.UnsignedInteger64 offset, byte[] data, int off, int len) -
Uses of InvalidHandleException in com.sshtools.common.sftp.extensions
Methods in com.sshtools.common.sftp.extensions that throw InvalidHandleExceptionModifier and TypeMethodDescriptionprotected byte[]AbstractDigestExtension.doHash(String algorithm, byte[] handle, long startOffset, long length, SftpSubsystem sftp) protected byte[]AbstractDigestExtension.doHash(String algorithm, String filename, long startOffset, long length, SftpSubsystem sftp) protected byte[]AbstractMD5Extension.doMD5Hash(byte[] handle, long startOffset, long length, byte[] quickCheckHash, SftpSubsystem sftp) protected byte[]AbstractMD5Extension.doMD5Hash(String filename, long startOffset, long length, byte[] quickCheckHash, SftpSubsystem sftp)