|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidHandleException | |
---|---|
com.sshtools.daemon.platform | |
com.sshtools.daemon.vfs |
Uses of InvalidHandleException in com.sshtools.daemon.platform |
---|
Methods in com.sshtools.daemon.platform that throw InvalidHandleException | |
---|---|
abstract void |
NativeFileSystemProvider.closeFile(byte[] handle)
|
abstract FileAttributes |
NativeFileSystemProvider.getFileAttributes(byte[] handle)
|
abstract SftpFile[] |
NativeFileSystemProvider.readDirectory(byte[] handle)
|
abstract byte[] |
NativeFileSystemProvider.readFile(byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 len)
|
abstract void |
NativeFileSystemProvider.setFileAttributes(byte[] handle,
FileAttributes attrs)
|
abstract void |
NativeFileSystemProvider.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 InvalidHandleException | |
---|---|
void |
VirtualFileSystem.closeFile(byte[] handle)
|
FileAttributes |
VirtualFileSystem.getFileAttributes(byte[] handle)
|
SftpFile[] |
VirtualFileSystem.readDirectory(byte[] handle)
|
byte[] |
VirtualFileSystem.readFile(byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 len)
|
void |
VirtualFileSystem.setFileAttributes(byte[] handle,
FileAttributes attrs)
|
void |
VirtualFileSystem.writeFile(byte[] handle,
UnsignedInteger64 offset,
byte[] data,
int off,
int len)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |