| Package | Description |
|---|---|
| com.mware.ge.csv |
| Modifier and Type | Method and Description |
|---|---|
<EXTRACTOR extends Extractor<?>> |
BufferedCharSeeker.extract(Mark mark,
EXTRACTOR extractor) |
<EXTRACTOR extends Extractor<?>> |
CharSeeker.extract(Mark mark,
EXTRACTOR extractor)
Extracts the value specified by the
Mark, previously populated by a call to CharSeeker.seek(Mark, int). |
<EXTRACTOR extends Extractor<?>> |
BufferedCharSeeker.extract(Mark mark,
EXTRACTOR extractor,
CSVHeaderInformation optionalData) |
<EXTRACTOR extends Extractor<?>> |
CharSeeker.extract(Mark mark,
EXTRACTOR extractor,
CSVHeaderInformation optionalData)
Extracts the value specified by the
Mark, previously populated by a call to CharSeeker.seek(Mark, int). |
boolean |
BufferedCharSeeker.seek(Mark mark,
int untilChar) |
boolean |
CharSeeker.seek(Mark mark,
int untilChar)
Seeks the next occurrence of any of the characters in
untilOneOfChars, or if end-of-line,
or even end-of-file. |
boolean |
BufferedCharSeeker.tryExtract(Mark mark,
Extractor<?> extractor) |
boolean |
CharSeeker.tryExtract(Mark mark,
Extractor<?> extractor)
Extracts the value specified by the
Mark, previously populated by a call to CharSeeker.seek(Mark, int). |
boolean |
BufferedCharSeeker.tryExtract(Mark mark,
Extractor<?> extractor,
CSVHeaderInformation optionalData) |
boolean |
CharSeeker.tryExtract(Mark mark,
Extractor<?> extractor,
CSVHeaderInformation optionalData)
Extracts the value specified by the
Mark, previously populated by a call to CharSeeker.seek(Mark, int). |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.