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, possiblyZipLoad
void load(Reader reader, String origin) throws IOException, ParseException, IrpMasterException
reader
- origin
- IOException
- Generic IO error.ParseException
- Generic parse error.IrpMasterException
void 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
- IOException
ParseException
IrpMasterException
void load(String urlOrFilename) throws IOException, ParseException, IrpMasterException
urlOrFilename
- IOException
ParseException
IrpMasterException
void load(String urlOrFilename, boolean zip) throws IOException, ParseException, IrpMasterException
Copyright © 2015. All rights reserved.