public interface IReaderImporter extends IFileImporter
| Modifier and Type | Method and Description |
|---|---|
void |
load(InputStream inputStream,
String origin,
String charsetName) |
void |
load(Reader reader,
String origin) |
void |
load(String charsetName)
Loads from stdin.
|
void |
load(String urlOrFilename,
boolean zip,
String charsetName) |
void |
load(String urlOrFilename,
String charsetName)
If the argument can be parsed as an URL string, load from its content.
|
void |
load(String payload,
String origin,
String charsetName)
Load from the string given as the first argument.
|
canImportDirectories, getFileExtensions, getFileExtensions, load, loadFileSelector, possiblyZipLoadvoid load(Reader reader, String origin) throws IOException, ParseException, IrpMasterException
reader - origin - IOException - Generic IO error.ParseException - Generic parse error.IrpMasterExceptionvoid load(String charsetName) throws IOException, ParseException, IrpMasterException
charsetName - IOExceptionParseExceptionIrpMasterExceptionvoid load(InputStream inputStream, String origin, String charsetName) throws IOException, ParseException, IrpMasterException
inputStream - origin - charsetName - IOExceptionParseExceptionIrpMasterExceptionvoid load(String payload, String origin, String charsetName) throws IOException, ParseException, IrpMasterException
payload - origin - charsetName - IOExceptionParseExceptionIrpMasterExceptionvoid load(String urlOrFilename, String charsetName) throws IOException, ParseException, IrpMasterException
urlOrFilename - charsetName - IOExceptionParseExceptionIrpMasterExceptionvoid load(String urlOrFilename, boolean zip, String charsetName) throws IOException, ParseException
IOExceptionParseExceptionCopyright © 2016. All rights reserved.