public class SshFxpSetStat extends SubsystemMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
SSH_FXP_SETSTAT |
| Constructor and Description |
|---|
SshFxpSetStat()
Creates a new SshFxpSetStat object.
|
SshFxpSetStat(UnsignedInteger32 id,
java.lang.String path,
FileAttributes attrs)
Creates a new SshFxpSetStat object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
constructByteArray(ByteArrayWriter baw) |
void |
constructMessage(ByteArrayReader bar) |
FileAttributes |
getAttributes() |
UnsignedInteger32 |
getId() |
java.lang.String |
getMessageName() |
java.lang.String |
getPath() |
fromByteArray, getMessageType, toByteArraypublic static final int SSH_FXP_SETSTAT
public SshFxpSetStat()
public SshFxpSetStat(UnsignedInteger32 id, java.lang.String path, FileAttributes attrs)
id - path - attrs - public UnsignedInteger32 getId()
public java.lang.String getPath()
public FileAttributes getAttributes()
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.