Package | Description |
---|---|
com.sshtools.daemon.platform | |
com.sshtools.daemon.vfs | |
com.sshtools.j2ssh.io | |
com.sshtools.j2ssh.sftp |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
NativeFileSystemProvider.readFile(byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 len) |
abstract void |
NativeFileSystemProvider.writeFile(byte[] handle,
UnsignedInteger64 offset,
byte[] data,
int off,
int len) |
Modifier and Type | Method and Description |
---|---|
byte[] |
VirtualFileSystem.readFile(byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 len) |
void |
VirtualFileSystem.writeFile(byte[] handle,
UnsignedInteger64 offset,
byte[] data,
int off,
int len) |
Modifier and Type | Method and Description |
---|---|
static UnsignedInteger64 |
UnsignedInteger64.add(UnsignedInteger64 x,
int y) |
static UnsignedInteger64 |
UnsignedInteger64.add(UnsignedInteger64 x,
UnsignedInteger64 y) |
UnsignedInteger64 |
ByteArrayReader.readUINT64() |
Modifier and Type | Method and Description |
---|---|
static UnsignedInteger64 |
UnsignedInteger64.add(UnsignedInteger64 x,
int y) |
static UnsignedInteger64 |
UnsignedInteger64.add(UnsignedInteger64 x,
UnsignedInteger64 y) |
void |
ByteArrayWriter.writeUINT64(UnsignedInteger64 value) |
Modifier and Type | Method and Description |
---|---|
UnsignedInteger64 |
SshFxpRead.getOffset() |
UnsignedInteger64 |
SshFxpWrite.getOffset() |
UnsignedInteger64 |
FileAttributes.getSize() |
Modifier and Type | Method and Description |
---|---|
protected int |
SftpSubsystemClient.readFile(byte[] handle,
UnsignedInteger64 offset,
byte[] output,
int off,
int len) |
void |
FileAttributes.setSize(UnsignedInteger64 size) |
protected void |
SftpSubsystemClient.writeFile(byte[] handle,
UnsignedInteger64 offset,
byte[] data,
int off,
int len) |
Constructor and Description |
---|
SshFxpRead(UnsignedInteger32 id,
byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 length)
Creates a new SshFxpRead object.
|
SshFxpWrite(UnsignedInteger32 id,
byte[] handle,
UnsignedInteger64 offset,
byte[] data,
int off,
int len)
Creates a new SshFxpWrite object.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.