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:
constructMessage
in classSubsystemMessage
- Parameters:
bar
-- Throws:
IOException
InvalidMessageException
- DOCUMENT ME!
-
getMessageName
- Specified by:
getMessageName
in classSubsystemMessage
- Returns:
-
constructByteArray
- Specified by:
constructByteArray
in classSubsystemMessage
- Parameters:
baw
-- Throws:
IOException
InvalidMessageException
- DOCUMENT ME!
-