public interface IReaderImporter extends IFileImporter
| Modifier and Type | Method and Description |
|---|---|
void |
load()
Loads from stdin.
|
void |
load(InputStream inputStream,
String origin) |
void |
load(Reader reader,
String origin) |
void |
load(String urlOrFilename)
If the argument can be parsed as an URL string, load from its content.
|
void |
load(String urlOrFilename,
boolean zip) |
void |
load(String payload,
String origin)
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() throws IOException, ParseException, IrpMasterException
void load(InputStream inputStream, String origin) throws IOException, ParseException, IrpMasterException
void load(String payload, String origin) throws IOException, ParseException, IrpMasterException
payload - origin - IOExceptionParseExceptionIrpMasterExceptionvoid load(String urlOrFilename) throws IOException, ParseException, IrpMasterException
urlOrFilename - IOExceptionParseExceptionIrpMasterExceptionvoid load(String urlOrFilename, boolean zip) throws IOException, ParseException, IrpMasterException
Copyright © 2015. All rights reserved.