Package com.sshtools.j2ssh.sftp
Class SshFxpSetStat
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpSetStat
- Version:
- $Revision: 1.15 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshFxpSetStat object.SshFxpSetStat(UnsignedInteger32 id, String path, FileAttributes attrs) Creates a new SshFxpSetStat object. -
Method Summary
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage
fromByteArray, getMessageType, toByteArray
-
Field Details
-
SSH_FXP_SETSTAT
public static final int SSH_FXP_SETSTAT- See Also:
-
-
Constructor Details
-
SshFxpSetStat
public SshFxpSetStat()Creates a new SshFxpSetStat object. -
SshFxpSetStat
Creates a new SshFxpSetStat object.- Parameters:
id-path-attrs-
-
-
Method Details
-
getId
- Returns:
-
getPath
- Returns:
-
getAttributes
- Returns:
-
constructMessage
- Specified by:
constructMessagein classSubsystemMessage- Parameters:
bar-- Throws:
IOExceptionInvalidMessageException- DOCUMENT ME!
-
getMessageName
- Specified by:
getMessageNamein classSubsystemMessage- Returns:
-
constructByteArray
- Specified by:
constructByteArrayin classSubsystemMessage- Parameters:
baw-- Throws:
IOExceptionInvalidMessageException- DOCUMENT ME!
-