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, toByteArray
public 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 SubsystemMessage
bar
- java.io.IOException
InvalidMessageException
- DOCUMENT
ME!public java.lang.String getMessageName()
getMessageName
in class SubsystemMessage
public void constructByteArray(ByteArrayWriter baw) throws java.io.IOException, InvalidMessageException
constructByteArray
in class SubsystemMessage
baw
- java.io.IOException
InvalidMessageException
- DOCUMENT
ME!Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.