| Constructor and Description |
|---|
CSVLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter) |
CSVLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter,
char separator) |
CSVLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter,
char separator,
char quote) |
CSVLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter,
char separator,
char quote,
PCMDirection pcmDirection) |
CSVLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter,
PCMDirection pcmDirection) |
| Modifier and Type | Method and Description |
|---|---|
List<PCMContainer> |
load(File file)
Return a PCM container from a file
|
List<PCMContainer> |
load(ImportMatrix matrix) |
List<PCMContainer> |
load(Reader reader) |
List<PCMContainer> |
load(String pcm)
Return a list of PCM container from a string representation
|
public CSVLoader(PCMFactory factory, CellContentInterpreter cellContentInterpreter)
public CSVLoader(PCMFactory factory, CellContentInterpreter cellContentInterpreter, char separator)
public CSVLoader(PCMFactory factory, CellContentInterpreter cellContentInterpreter, char separator, char quote)
public CSVLoader(PCMFactory factory, CellContentInterpreter cellContentInterpreter, PCMDirection pcmDirection)
public CSVLoader(PCMFactory factory, CellContentInterpreter cellContentInterpreter, char separator, char quote, PCMDirection pcmDirection)
public List<PCMContainer> load(String pcm)
PCMLoaderpublic List<PCMContainer> load(File file) throws IOException
PCMLoaderload in interface PCMLoaderfile - file to loadIOExceptionpublic List<PCMContainer> load(ImportMatrix matrix)
public List<PCMContainer> load(Reader reader) throws IOException
IOExceptionCopyright © 2016. All rights reserved.