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