Uses of Class
com.sshtools.j2ssh.io.UnsignedInteger32
Packages that use UnsignedInteger32
Package
Description
-
Uses of UnsignedInteger32 in com.sshtools.daemon.platform
Methods in com.sshtools.daemon.platform with parameters of type UnsignedInteger32Modifier and TypeMethodDescriptionabstract byte[]NativeFileSystemProvider.openFile(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 UnsignedInteger32Modifier and TypeMethodDescriptionbyte[]VirtualFileSystem.openFile(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 -
Uses of UnsignedInteger32 in com.sshtools.j2ssh.io
Methods in com.sshtools.j2ssh.io that return UnsignedInteger32Modifier and TypeMethodDescriptionstatic UnsignedInteger32UnsignedInteger32.add(UnsignedInteger32 x, int y) static UnsignedInteger32UnsignedInteger32.add(UnsignedInteger32 x, UnsignedInteger32 y) ByteArrayReader.readUINT32()Methods in com.sshtools.j2ssh.io with parameters of type UnsignedInteger32Modifier and TypeMethodDescriptionstatic UnsignedInteger32UnsignedInteger32.add(UnsignedInteger32 x, int y) static UnsignedInteger32UnsignedInteger32.add(UnsignedInteger32 x, UnsignedInteger32 y) voidByteArrayWriter.writeUINT32(UnsignedInteger32 value) -
Uses of UnsignedInteger32 in com.sshtools.j2ssh.sftp
Methods in com.sshtools.j2ssh.sftp that return UnsignedInteger32Modifier and TypeMethodDescriptionFileAttributes.getAccessedTime()SshFxpStatus.getErrorCode()FileAttributes.getGID()SshFxpAttrs.getId()SshFxpClose.getId()SshFxpData.getId()SshFxpFSetStat.getId()SshFxpFStat.getId()SshFxpHandle.getId()SshFxpLStat.getId()SshFxpMkdir.getId()SshFxpName.getId()SshFxpOpen.getId()SshFxpOpenDir.getId()SshFxpRead.getId()SshFxpReadDir.getId()SshFxpReadlink.getId()SshFxpRealPath.getId()SshFxpRemove.getId()SshFxpRename.getId()SshFxpRmdir.getId()SshFxpSetStat.getId()SshFxpStat.getId()SshFxpStatus.getId()SshFxpSymlink.getId()SshFxpWrite.getId()SshFxpRead.getLength()FileAttributes.getModifiedTime()FileAttributes.getPermissions()SshFxpOpen.getPflags()FileAttributes.getUID()SshFxpInit.getVersion()SshFxpVersion.getVersion()Methods in com.sshtools.j2ssh.sftp with parameters of type UnsignedInteger32Modifier and TypeMethodDescriptionvoidFileAttributes.setGID(UnsignedInteger32 gid) voidFileAttributes.setPermissions(UnsignedInteger32 permissions) voidFileAttributes.setTimes(UnsignedInteger32 atime, UnsignedInteger32 mtime) voidFileAttributes.setUID(UnsignedInteger32 uid) Constructors in com.sshtools.j2ssh.sftp with parameters of type UnsignedInteger32ModifierConstructorDescriptionSshFxpAttrs(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, Map extended) Creates a new SshFxpInit object.SshFxpLStat(UnsignedInteger32 id, String path) Creates a new SshFxpLStat object.SshFxpMkdir(UnsignedInteger32 id, String path, FileAttributes attrs) Creates a new SshFxpMkdir object.SshFxpName(UnsignedInteger32 id, SftpFile[] files) Creates a new SshFxpName object.SshFxpOpen(UnsignedInteger32 id, String filename, UnsignedInteger32 pflags, FileAttributes attrs) SshFxpOpenDir(UnsignedInteger32 id, 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, String path) Creates a new SshFxpReadlink object.SshFxpRealPath(UnsignedInteger32 id, String path) Creates a new SshFxpRealPath object.SshFxpRemove(UnsignedInteger32 id, String filename) Creates a new SshFxpRemove object.SshFxpRename(UnsignedInteger32 id, String oldpath, String newpath) Creates a new SshFxpRename object.SshFxpRmdir(UnsignedInteger32 id, String path) Creates a new SshFxpRmdir object.SshFxpSetStat(UnsignedInteger32 id, String path, FileAttributes attrs) Creates a new SshFxpSetStat object.SshFxpStat(UnsignedInteger32 id, String path) Creates a new SshFxpStat object.SshFxpStatus(UnsignedInteger32 id, UnsignedInteger32 errorCode, String errorMessage, String languageTag) Creates a new SshFxpStatus object.SshFxpSymlink(UnsignedInteger32 id, String targetpath, String linkpath) Creates a new SshFxpSymlink object.SshFxpVersion(UnsignedInteger32 version, 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.