public class SshFxpWrite extends SubsystemMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
SSH_FXP_WRITE |
| Constructor and Description |
|---|
SshFxpWrite()
Creates a new SshFxpWrite object.
|
SshFxpWrite(UnsignedInteger32 id,
byte[] handle,
UnsignedInteger64 offset,
byte[] data,
int off,
int len)
Creates a new SshFxpWrite object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
constructByteArray(ByteArrayWriter baw) |
void |
constructMessage(ByteArrayReader bar) |
byte[] |
getData() |
byte[] |
getHandle() |
UnsignedInteger32 |
getId() |
java.lang.String |
getMessageName() |
UnsignedInteger64 |
getOffset() |
fromByteArray, getMessageType, toByteArraypublic static final int SSH_FXP_WRITE
public SshFxpWrite()
public SshFxpWrite(UnsignedInteger32 id, byte[] handle, UnsignedInteger64 offset, byte[] data, int off, int len)
id - handle - offset - data - off - len - public UnsignedInteger32 getId()
public byte[] getHandle()
public UnsignedInteger64 getOffset()
public byte[] getData()
public void constructMessage(ByteArrayReader bar) throws java.io.IOException, InvalidMessageException
constructMessage in class SubsystemMessagebar - java.io.IOExceptionInvalidMessageException - DOCUMENT
ME!public java.lang.String getMessageName()
getMessageName in class SubsystemMessagepublic void constructByteArray(ByteArrayWriter baw) throws java.io.IOException, InvalidMessageException
constructByteArray in class SubsystemMessagebaw - java.io.IOExceptionInvalidMessageException - DOCUMENT
ME!Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.