public class AsciiTranslator extends Object
Modifier and Type | Field | Description |
---|---|---|
static byte[] |
CRLF |
|
protected byte[] |
lineSep |
|
protected boolean |
nSep |
|
protected boolean |
possibleBreak |
|
protected boolean |
rnSep |
|
protected static byte[] |
systemLineSep |
Constructor | 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 © 2018. All rights reserved.