public class AsciiTranslator extends Object
Modifier and Type | Field and Description |
---|---|
static byte[] |
CRLF |
protected byte[] |
lineSep |
protected boolean |
nSep |
protected boolean |
possibleBreak |
protected boolean |
rnSep |
protected static byte[] |
systemLineSep |
Constructor and Description |
---|
AsciiTranslator(boolean rnSep,
boolean nSep)
Output tokens with system specific line separators
|
AsciiTranslator(boolean rnSep,
boolean nSep,
byte[] lineSeparator) |
public static final byte[] CRLF
protected boolean possibleBreak
protected boolean rnSep
protected boolean nSep
protected byte[] lineSep
protected static final byte[] systemLineSep
Copyright © 2016. All rights reserved.