public class SshFxpData extends SubsystemMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
SSH_FXP_DATA |
| Constructor and Description |
|---|
SshFxpData()
Creates a new SshFxpData object.
|
SshFxpData(UnsignedInteger32 id,
byte[] data)
Creates a new SshFxpData object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
constructByteArray(ByteArrayWriter baw) |
void |
constructMessage(ByteArrayReader bar) |
byte[] |
getData() |
UnsignedInteger32 |
getId() |
java.lang.String |
getMessageName() |
fromByteArray, getMessageType, toByteArraypublic static final int SSH_FXP_DATA
public SshFxpData(UnsignedInteger32 id, byte[] data)
id - data - public SshFxpData()
public UnsignedInteger32 getId()
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.