Package | Description |
---|---|
com.sshtools.daemon.platform | |
com.sshtools.daemon.vfs | |
com.sshtools.j2ssh.agent | |
com.sshtools.j2ssh.io | |
com.sshtools.j2ssh.sftp |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
NativeFileSystemProvider.openFile(java.lang.String path,
UnsignedInteger32 flags,
FileAttributes attrs) |
abstract byte[] |
NativeFileSystemProvider.readFile(byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 len) |
Modifier and Type | Method and Description |
---|---|
byte[] |
VirtualFileSystem.openFile(java.lang.String path,
UnsignedInteger32 flags,
FileAttributes attrs) |
byte[] |
VirtualFileSystem.readFile(byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 len) |
Modifier and Type | Method and Description |
---|---|
void |
KeyConstraints.setKeyTimeout(UnsignedInteger32 timeout) |
Modifier and Type | Method and Description |
---|---|
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
int y) |
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
UnsignedInteger32 y) |
UnsignedInteger32 |
ByteArrayReader.readUINT32() |
Modifier and Type | Method and Description |
---|---|
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
int y) |
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
UnsignedInteger32 y) |
void |
ByteArrayWriter.writeUINT32(UnsignedInteger32 value) |
Modifier and Type | Method and Description |
---|---|
void |
FileAttributes.setGID(UnsignedInteger32 gid) |
void |
FileAttributes.setPermissions(UnsignedInteger32 permissions) |
void |
FileAttributes.setTimes(UnsignedInteger32 atime,
UnsignedInteger32 mtime) |
void |
FileAttributes.setUID(UnsignedInteger32 uid) |
Constructor and Description |
---|
SshFxpAttrs(UnsignedInteger32 id,
FileAttributes attrs)
Creates a new SshFxpAttrs object.
|
SshFxpClose(UnsignedInteger32 id,
byte[] handle)
Creates a new SshFxpClose object.
|
SshFxpData(UnsignedInteger32 id,
byte[] data)
Creates a new SshFxpData object.
|
SshFxpFSetStat(UnsignedInteger32 id,
byte[] handle,
FileAttributes attrs)
Creates a new SshFxpFSetStat object.
|
SshFxpFStat(UnsignedInteger32 id,
byte[] handle)
Creates a new SshFxpFStat object.
|
SshFxpHandle(UnsignedInteger32 id,
byte[] handle)
Creates a new SshFxpHandle object.
|
SshFxpInit(UnsignedInteger32 version,
java.util.Map extended)
Creates a new SshFxpInit object.
|
SshFxpLStat(UnsignedInteger32 id,
java.lang.String path)
Creates a new SshFxpLStat object.
|
SshFxpMkdir(UnsignedInteger32 id,
java.lang.String path,
FileAttributes attrs)
Creates a new SshFxpMkdir object.
|
SshFxpName(UnsignedInteger32 id,
SftpFile[] files)
Creates a new SshFxpName object.
|
SshFxpOpen(UnsignedInteger32 id,
java.lang.String filename,
UnsignedInteger32 pflags,
FileAttributes attrs) |
SshFxpOpenDir(UnsignedInteger32 id,
java.lang.String path)
Creates a new SshFxpOpenDir object.
|
SshFxpRead(UnsignedInteger32 id,
byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 length)
Creates a new SshFxpRead object.
|
SshFxpReadDir(UnsignedInteger32 id,
byte[] handle)
Creates a new SshFxpReadDir object.
|
SshFxpReadlink(UnsignedInteger32 id,
java.lang.String path)
Creates a new SshFxpReadlink object.
|
SshFxpRealPath(UnsignedInteger32 id,
java.lang.String path)
Creates a new SshFxpRealPath object.
|
SshFxpRemove(UnsignedInteger32 id,
java.lang.String filename)
Creates a new SshFxpRemove object.
|
SshFxpRename(UnsignedInteger32 id,
java.lang.String oldpath,
java.lang.String newpath)
Creates a new SshFxpRename object.
|
SshFxpRmdir(UnsignedInteger32 id,
java.lang.String path)
Creates a new SshFxpRmdir object.
|
SshFxpSetStat(UnsignedInteger32 id,
java.lang.String path,
FileAttributes attrs)
Creates a new SshFxpSetStat object.
|
SshFxpStat(UnsignedInteger32 id,
java.lang.String path)
Creates a new SshFxpStat object.
|
SshFxpStatus(UnsignedInteger32 id,
UnsignedInteger32 errorCode,
java.lang.String errorMessage,
java.lang.String languageTag)
Creates a new SshFxpStatus object.
|
SshFxpSymlink(UnsignedInteger32 id,
java.lang.String targetpath,
java.lang.String linkpath)
Creates a new SshFxpSymlink object.
|
SshFxpVersion(UnsignedInteger32 version,
java.util.Map extended)
Creates a new SshFxpVersion 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.