|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ssh.sft.CharConversion
Character conversion specifiers. Instances of this class represent various ways in which newlines may need to be converted when transferring text files between platforms. There are only a fixed number of instances of this class, and they can be compared by pointer identity.
| Field Summary | |
static CharConversion |
DOS
The character conversion for DOS files. |
static CharConversion |
MAC
The character conversion for MAC files. |
static int |
SSH_SFT_INTERACT_ABORT
|
static int |
SSH_SFT_INTERACT_ASCII_CONV_DOS
|
static int |
SSH_SFT_INTERACT_ASCII_CONV_MAC
|
static int |
SSH_SFT_INTERACT_ASCII_CONV_UNIX
|
static int |
SSH_SFT_INTERACT_NO
|
static int |
SSH_SFT_INTERACT_YES
|
static CharConversion |
UNIX
The character conversion for UNIX files. |
| Method Summary | |
String |
toString()
Returns the name of the conversion. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static CharConversion DOS
public static CharConversion UNIX
public static CharConversion MAC
public static final int SSH_SFT_INTERACT_NO
public static final int SSH_SFT_INTERACT_YES
public static final int SSH_SFT_INTERACT_ABORT
public static final int SSH_SFT_INTERACT_ASCII_CONV_DOS
public static final int SSH_SFT_INTERACT_ASCII_CONV_UNIX
public static final int SSH_SFT_INTERACT_ASCII_CONV_MAC
| Method Detail |
public String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||