public class SshFxpOpen extends SubsystemMessage
Modifier and Type | Field and Description |
---|---|
static int |
FXF_APPEND |
static int |
FXF_CREAT |
static int |
FXF_EXCL |
static int |
FXF_READ |
static int |
FXF_TRUNC |
static int |
FXF_WRITE |
static int |
SSH_FXP_OPEN |
Constructor and Description |
---|
SshFxpOpen()
Creates a new SshFxpOpen object.
|
SshFxpOpen(UnsignedInteger32 id,
java.lang.String filename,
UnsignedInteger32 pflags,
FileAttributes attrs) |
Modifier and Type | Method and Description |
---|---|
void |
constructByteArray(ByteArrayWriter baw) |
void |
constructMessage(ByteArrayReader bar) |
FileAttributes |
getAttributes() |
java.lang.String |
getFilename() |
UnsignedInteger32 |
getId() |
java.lang.String |
getMessageName() |
UnsignedInteger32 |
getPflags() |
fromByteArray, getMessageType, toByteArray
public static final int SSH_FXP_OPEN
public static final int FXF_READ
public static final int FXF_WRITE
public static final int FXF_APPEND
public static final int FXF_CREAT
public static final int FXF_TRUNC
public static final int FXF_EXCL
public SshFxpOpen(UnsignedInteger32 id, java.lang.String filename, UnsignedInteger32 pflags, FileAttributes attrs)
public SshFxpOpen()
public UnsignedInteger32 getId()
public java.lang.String getFilename()
public UnsignedInteger32 getPflags()
public FileAttributes getAttributes()
public void constructMessage(ByteArrayReader bar) throws java.io.IOException, InvalidMessageException
constructMessage
in class SubsystemMessage
bar
- java.io.IOException
InvalidMessageException
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
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.