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:
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!
-