The Meta-Environment API

com.csvreader
Class CsvReader.ComplexEscape

java.lang.Object
  extended by com.csvreader.CsvReader.ComplexEscape
Enclosing class:
CsvReader

private class CsvReader.ComplexEscape
extends java.lang.Object


Field Summary
private static int DECIMAL
           
private static int HEX
           
private static int OCTAL
           
private static int UNICODE
           
 
Constructor Summary
private CsvReader.ComplexEscape()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNICODE

private static final int UNICODE
See Also:
Constant Field Values

OCTAL

private static final int OCTAL
See Also:
Constant Field Values

DECIMAL

private static final int DECIMAL
See Also:
Constant Field Values

HEX

private static final int HEX
See Also:
Constant Field Values
Constructor Detail

CsvReader.ComplexEscape

private CsvReader.ComplexEscape()

The Meta-Environment API