|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsignedInteger32 | |
---|---|
com.sshtools.daemon.platform | |
com.sshtools.daemon.vfs | |
com.sshtools.j2ssh.agent | |
com.sshtools.j2ssh.io | |
com.sshtools.j2ssh.sftp |
Uses of UnsignedInteger32 in com.sshtools.daemon.platform |
---|
Methods in com.sshtools.daemon.platform with parameters of type UnsignedInteger32 | |
---|---|
abstract byte[] |
NativeFileSystemProvider.openFile(java.lang.String path,
UnsignedInteger32 flags,
FileAttributes attrs)
|
abstract byte[] |
NativeFileSystemProvider.readFile(byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 len)
|
Uses of UnsignedInteger32 in com.sshtools.daemon.vfs |
---|
Methods in com.sshtools.daemon.vfs with parameters of type UnsignedInteger32 | |
---|---|
byte[] |
VirtualFileSystem.openFile(java.lang.String path,
UnsignedInteger32 flags,
FileAttributes attrs)
|
byte[] |
VirtualFileSystem.readFile(byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 len)
|
Uses of UnsignedInteger32 in com.sshtools.j2ssh.agent |
---|
Methods in com.sshtools.j2ssh.agent with parameters of type UnsignedInteger32 | |
---|---|
void |
KeyConstraints.setKeyTimeout(UnsignedInteger32 timeout)
|
Uses of UnsignedInteger32 in com.sshtools.j2ssh.io |
---|
Methods in com.sshtools.j2ssh.io that return UnsignedInteger32 | |
---|---|
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
int y)
|
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
UnsignedInteger32 y)
|
UnsignedInteger32 |
ByteArrayReader.readUINT32()
|
Methods in com.sshtools.j2ssh.io with parameters of type UnsignedInteger32 | |
---|---|
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
int y)
|
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
UnsignedInteger32 y)
|
void |
ByteArrayWriter.writeUINT32(UnsignedInteger32 value)
|
Uses of UnsignedInteger32 in com.sshtools.j2ssh.sftp |
---|
Methods in com.sshtools.j2ssh.sftp with parameters of type UnsignedInteger32 | |
---|---|
void |
FileAttributes.setGID(UnsignedInteger32 gid)
|
void |
FileAttributes.setPermissions(UnsignedInteger32 permissions)
|
void |
FileAttributes.setTimes(UnsignedInteger32 atime,
UnsignedInteger32 mtime)
|
void |
FileAttributes.setUID(UnsignedInteger32 uid)
|
Constructors in com.sshtools.j2ssh.sftp with parameters of type UnsignedInteger32 | |
---|---|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |