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