Package com.sshtools.j2ssh.sftp
Class SshFxpName
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpName
- Version:
- $Revision: 1.20 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshFxpName object.SshFxpName(UnsignedInteger32 id, SftpFile[] files) Creates a new SshFxpName object. -
Method Summary
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage
fromByteArray, getMessageType, toByteArray
-
Field Details
-
SSH_FXP_NAME
public static final int SSH_FXP_NAME- See Also:
-
-
Constructor Details
-
SshFxpName
Creates a new SshFxpName object.- Parameters:
id-files-
-
SshFxpName
public SshFxpName()Creates a new SshFxpName object.
-
-
Method Details
-
getId
- Returns:
-
getFiles
- 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!
-