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