| Package | Description |
|---|---|
| net.scharlie.lj4l.core.io.remote.sftp |
| Modifier and Type | Method and Description |
|---|---|
static SftpOutputStream.WriteMode |
SftpOutputStream.WriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SftpOutputStream.WriteMode[] |
SftpOutputStream.WriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SftpOutputStream(SftpChannel channel,
String path,
SftpOutputStream.WriteMode mode)
Create a new SFTP output stream.
|
SftpOutputStream(SftpChannel channel,
String path,
SftpOutputStream.WriteMode mode,
long offset)
Create a new SFTP output stream.
|
Copyright © 2019. All rights reserved.