Uses of Class
com.sshtools.j2ssh.io.UnsignedInteger64
Packages that use UnsignedInteger64
Package
Description
-
Uses of UnsignedInteger64 in com.sshtools.daemon.platform
Methods in com.sshtools.daemon.platform with parameters of type UnsignedInteger64Modifier and TypeMethodDescriptionabstract byte[]NativeFileSystemProvider.readFile(byte[] handle, UnsignedInteger64 offset, UnsignedInteger32 len) abstract voidNativeFileSystemProvider.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 UnsignedInteger64Modifier and TypeMethodDescriptionbyte[]VirtualFileSystem.readFile(byte[] handle, UnsignedInteger64 offset, UnsignedInteger32 len) voidVirtualFileSystem.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 UnsignedInteger64Modifier and TypeMethodDescriptionstatic UnsignedInteger64UnsignedInteger64.add(UnsignedInteger64 x, int y) static UnsignedInteger64UnsignedInteger64.add(UnsignedInteger64 x, UnsignedInteger64 y) ByteArrayReader.readUINT64()Methods in com.sshtools.j2ssh.io with parameters of type UnsignedInteger64Modifier and TypeMethodDescriptionstatic UnsignedInteger64UnsignedInteger64.add(UnsignedInteger64 x, int y) static UnsignedInteger64UnsignedInteger64.add(UnsignedInteger64 x, UnsignedInteger64 y) voidByteArrayWriter.writeUINT64(UnsignedInteger64 value) -
Uses of UnsignedInteger64 in com.sshtools.j2ssh.sftp
Methods in com.sshtools.j2ssh.sftp that return UnsignedInteger64Modifier and TypeMethodDescriptionSshFxpRead.getOffset()SshFxpWrite.getOffset()FileAttributes.getSize()Methods in com.sshtools.j2ssh.sftp with parameters of type UnsignedInteger64Modifier and TypeMethodDescriptionprotected intSftpSubsystemClient.readFile(byte[] handle, UnsignedInteger64 offset, byte[] output, int off, int len) voidFileAttributes.setSize(UnsignedInteger64 size) protected voidSftpSubsystemClient.writeFile(byte[] handle, UnsignedInteger64 offset, byte[] data, int off, int len) Constructors in com.sshtools.j2ssh.sftp with parameters of type UnsignedInteger64ModifierConstructorDescriptionSshFxpRead(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.