public static final class CsvParser.DSLYamlComment extends CsvParser.AbstractDSL<CsvParser.DSLYamlComment>
CsvParser.AbstractDSL.StringPostProcessingbufferSize, cellConsumerWrapper, limit, maxBufferSize, quoteChar, separatorChar, skip, stringPostProcessing| Modifier | Constructor and Description |
|---|---|
protected |
DSLYamlComment(char separatorChar,
char quoteChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(CharSequence content,
org.simpleflatmapper.util.CheckedConsumer<String[]> rowConsumer,
org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer) |
void |
forEach(File file,
org.simpleflatmapper.util.CheckedConsumer<String[]> rowConsumer,
org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer) |
void |
forEach(Reader reader,
org.simpleflatmapper.util.CheckedConsumer<String[]> rowConsumer,
org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer) |
void |
forEach(String content,
org.simpleflatmapper.util.CheckedConsumer<String[]> rowConsumer,
org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer) |
protected CsvParser.DSLYamlComment |
newDSL(char separatorChar,
char quoteChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper) |
bufferSize, bufferSize, charBuffer, charBuffer, charBuffer, charConsumer, forEach, forEach, forEach, forEach, isCsv, iterator, iterator, iterator, iterator, limit, limit, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapWith, maxBufferSize, maxBufferSize, parse, parse, parse, parse, quote, quote, reader, reader, reader, reader, separator, separator, skip, skip, stream, stream, stream, stream, streamprotected DSLYamlComment(char separatorChar,
char quoteChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper)
public void forEach(Reader reader, org.simpleflatmapper.util.CheckedConsumer<String[]> rowConsumer, org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer) throws IOException
IOExceptionpublic void forEach(CharSequence content, org.simpleflatmapper.util.CheckedConsumer<String[]> rowConsumer, org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer) throws IOException
IOExceptionpublic void forEach(String content, org.simpleflatmapper.util.CheckedConsumer<String[]> rowConsumer, org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer) throws IOException
IOExceptionpublic void forEach(File file, org.simpleflatmapper.util.CheckedConsumer<String[]> rowConsumer, org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer) throws IOException
IOExceptionprotected CsvParser.DSLYamlComment newDSL(char separatorChar, char quoteChar, int bufferSize, int skip, int limit, int maxBufferSize, CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing, org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper)
newDSL in class CsvParser.AbstractDSL<CsvParser.DSLYamlComment>Copyright © 2016. All rights reserved.