Uses of Class
com.sshtools.j2ssh.io.UnsignedInteger64
-
Packages that use UnsignedInteger64 Package Description com.sshtools.daemon.platform com.sshtools.daemon.vfs com.sshtools.j2ssh.io com.sshtools.j2ssh.sftp -
-
Uses of UnsignedInteger64 in com.sshtools.daemon.platform
Methods in com.sshtools.daemon.platform with parameters of type UnsignedInteger64 Modifier and Type Method 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)
-
Uses of UnsignedInteger64 in com.sshtools.daemon.vfs
Methods in com.sshtools.daemon.vfs with parameters of type UnsignedInteger64 Modifier and Type Method Description byte[]
VirtualFileSystem. readFile(byte[] handle, UnsignedInteger64 offset, UnsignedInteger32 len)
void
VirtualFileSystem. writeFile(byte[] handle, UnsignedInteger64 offset, byte[] data, int off, int len)
-
Uses of UnsignedInteger64 in com.sshtools.j2ssh.io
Methods in com.sshtools.j2ssh.io that return UnsignedInteger64 Modifier and Type Method Description static UnsignedInteger64
UnsignedInteger64. add(UnsignedInteger64 x, int y)
static UnsignedInteger64
UnsignedInteger64. add(UnsignedInteger64 x, UnsignedInteger64 y)
UnsignedInteger64
ByteArrayReader. readUINT64()
Methods in com.sshtools.j2ssh.io with parameters of type UnsignedInteger64 Modifier and Type Method Description static UnsignedInteger64
UnsignedInteger64. add(UnsignedInteger64 x, int y)
static UnsignedInteger64
UnsignedInteger64. add(UnsignedInteger64 x, UnsignedInteger64 y)
void
ByteArrayWriter. writeUINT64(UnsignedInteger64 value)
-
Uses of UnsignedInteger64 in com.sshtools.j2ssh.sftp
Methods in com.sshtools.j2ssh.sftp that return UnsignedInteger64 Modifier and Type Method Description UnsignedInteger64
SshFxpRead. getOffset()
UnsignedInteger64
SshFxpWrite. getOffset()
UnsignedInteger64
FileAttributes. getSize()
Methods in com.sshtools.j2ssh.sftp with parameters of type UnsignedInteger64 Modifier and Type Method 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)
Constructors in com.sshtools.j2ssh.sftp with parameters of type UnsignedInteger64 Constructor 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.
-