Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpOpen
Field Summary | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int |
Constructor Summary | |
| |
|
Method Summary | |
void | |
void | |
FileAttributes | |
String | |
UnsignedInteger32 |
|
String | |
UnsignedInteger32 |
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage | |
constructByteArray , constructMessage , fromByteArray , getMessageName , getMessageType , toByteArray |
public static final int FXF_APPEND
- Field Value:
- 4
public static final int FXF_CREAT
- Field Value:
- 8
public static final int FXF_EXCL
- Field Value:
- 32
public static final int FXF_READ
- Field Value:
- 1
public static final int FXF_TRUNC
- Field Value:
- 16
public static final int FXF_WRITE
- Field Value:
- 2
public static final int SSH_FXP_OPEN
- Field Value:
- 3
public SshFxpOpen()
Creates a new SshFxpOpen object.
public SshFxpOpen(UnsignedInteger32 id, String filename, UnsignedInteger32 pflags, FileAttributes attrs)
public void constructByteArray(ByteArrayWriter baw) throws IOException, InvalidMessageException
- Overrides:
- constructByteArray in interface SubsystemMessage
- Parameters:
baw
-
- Throws:
InvalidMessageException
-
public void constructMessage(ByteArrayReader bar) throws IOException, InvalidMessageException
- Overrides:
- constructMessage in interface SubsystemMessage
- Parameters:
bar
-
- Throws:
InvalidMessageException
-
public String getFilename()
- Returns:
public UnsignedInteger32 getId()
- Specified by:
- getId in interface com.sshtools.j2ssh.sftp.MessageRequestId
- Returns:
public String getMessageName()
- Overrides:
- getMessageName in interface SubsystemMessage
- Returns: