Package com.sshtools.j2ssh.sftp
Class SshFxpFStat
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpFStat
- Version:
- $Revision: 1.16 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshFxpFStat object.SshFxpFStat(UnsignedInteger32 id, byte[] handle) Creates a new SshFxpFStat object. -
Method Summary
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage
fromByteArray, getMessageType, toByteArray
-
Field Details
-
SSH_FXP_FSTAT
public static final int SSH_FXP_FSTAT- See Also:
-
-
Constructor Details
-
SshFxpFStat
public SshFxpFStat()Creates a new SshFxpFStat object. -
SshFxpFStat
Creates a new SshFxpFStat object.- Parameters:
id-handle-
-
-
Method Details
-
constructMessage
- Specified by:
constructMessagein classSubsystemMessage- Parameters:
bar-- Throws:
IOExceptionInvalidMessageException- DOCUMENT ME!
-
getMessageName
- Specified by:
getMessageNamein classSubsystemMessage- Returns:
-
getId
- Returns:
-
getHandle
public byte[] getHandle()- Returns:
-
constructByteArray
- Specified by:
constructByteArrayin classSubsystemMessage- Parameters:
baw-- Throws:
IOExceptionInvalidMessageException- DOCUMENT ME!
-