Package org.apache.nutch.indexwriter.csv
Class CSVIndexWriter.Separator
java.lang.Object
org.apache.nutch.indexwriter.csv.CSVIndexWriter.Separator
- Enclosing class:
- CSVIndexWriter
represent separators (also quote and escape characters) as char(s) and
byte(s) in the output encoding for efficiency.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intGet index of first occurrence of any separator characters.protected voidprotected voidsetFromConf(IndexWriterParams parameters, String property) protected voidsetFromConf(IndexWriterParams parameters, String property, boolean isChar) toString()
-
Field Details
-
sepStr
-
chars
protected char[] chars -
bytes
protected byte[] bytes
-
-
Constructor Details
-
Separator
-
-
Method Details