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