| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.sshtools.j2ssh.subsystem.SubsystemMessagecom.sshtools.j2ssh.sftp.SshFxpWriteField Summary | |
static int | |
Constructor Summary | |
| |
| |
Method Summary | |
void | |
void | |
byte[] |
|
byte[] | |
UnsignedInteger32 |
|
String | |
UnsignedInteger64 | |
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage | |
constructByteArray, constructMessage, fromByteArray, getMessageName, getMessageType, toByteArray | |
public SshFxpWrite()
Creates a new SshFxpWrite object.
public SshFxpWrite(UnsignedInteger32 id, byte[] handle, UnsignedInteger64 offset, byte[] data, int off, int len)
Creates a new SshFxpWrite object.
- Parameters:
id-handle-offset-data-off-len-
public void constructByteArray(ByteArrayWriter baw) throws java.io.IOException, InvalidMessageException
- Overrides:
- constructByteArray in interface SubsystemMessage
- Parameters:
baw-
- Throws:
InvalidMessageException- DOCUMENT ME!
public void constructMessage(ByteArrayReader bar) throws java.io.IOException, InvalidMessageException
- Overrides:
- constructMessage in interface SubsystemMessage
- Parameters:
bar-
- Throws:
InvalidMessageException- DOCUMENT ME!
public byte[] getData()
- Returns:
public byte[] getHandle()
- Returns:
public UnsignedInteger32 getId()
- Specified by:
- getId in interface com.sshtools.j2ssh.sftp.MessageRequestId
- Returns:
public String getMessageName()
- Overrides:
- getMessageName in interface SubsystemMessage
- Returns: