Package org.globus.ftp.dc
Class AsciiTranslator
- java.lang.Object
-
- org.globus.ftp.dc.AsciiTranslator
-
public class AsciiTranslator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]CRLFprotected byte[]lineSepprotected booleannSepprotected booleanpossibleBreakprotected booleanrnSepprotected static byte[]systemLineSep
-
Constructor Summary
Constructors Constructor Description AsciiTranslator(boolean rnSep, boolean nSep)Output tokens with system specific line separatorsAsciiTranslator(boolean rnSep, boolean nSep, byte[] lineSeparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Buffertranslate(Buffer buffer)
-