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