Package com.sshtools.j2ssh.sftp
Class SshFxpRead
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpRead
- Version:
- $Revision: 1.17 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshFxpRead object.SshFxpRead
(UnsignedInteger32 id, byte[] handle, UnsignedInteger64 offset, UnsignedInteger32 length) Creates a new SshFxpRead object. -
Method Summary
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage
fromByteArray, getMessageType, toByteArray
-
Field Details
-
SSH_FXP_READ
public static final int SSH_FXP_READ- See Also:
-
-
Constructor Details
-
SshFxpRead
public SshFxpRead(UnsignedInteger32 id, byte[] handle, UnsignedInteger64 offset, UnsignedInteger32 length) Creates a new SshFxpRead object.- Parameters:
id
-handle
-offset
-length
-
-
SshFxpRead
public SshFxpRead()Creates a new SshFxpRead object.
-
-
Method Details
-
getId
- Returns:
-
getHandle
public byte[] getHandle()- Returns:
-
getOffset
- Returns:
-
getLength
- 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!
-