public abstract class ReaderImporter extends FileImporter
| Modifier | Constructor and Description |
|---|---|
protected |
ReaderImporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(File file,
String origin,
String charsetName) |
void |
load(InputStream inputStream,
String origin,
String charsetName) |
abstract void |
load(Reader reader,
String origin) |
void |
load(String charsetName) |
void |
load(String urlOrFilename,
boolean zip,
String charsetName) |
void |
load(String urlOrFilename,
String charsetName) |
void |
load(String payload,
String origin,
String charsetName) |
canImportDirectories, dumbLoad, getFileExtensions, getFileExtensions, load, loadFileSelector, possiblyZipLoadaddCommand, addCommands, clearCommands, getCommand, getCommandIndex, getCommands, getConcatenatedCommands, getCreatingUser, getEndTimeout, getFallbackFrequency, getHomeUrl, getOrigin, isGenerateCcf, isGenerateRaw, isInvokeAnalyzer, isInvokeDecodeIr, isInvokeRepeatFinder, isVerbose, prepareLoad, setProperties, uniqueNamepublic abstract void load(Reader reader, String origin) throws IOException, ParseException
IOExceptionParseExceptionpublic void load(File file, String origin, String charsetName) throws IOException, ParseException
load in class FileImporterIOExceptionParseExceptionpublic void load(String charsetName) throws IOException, ParseException, IrpMasterException
public void load(InputStream inputStream, String origin, String charsetName) throws IOException, ParseException
IOExceptionParseExceptionpublic void load(String payload, String origin, String charsetName) throws IOException, ParseException, IrpMasterException
public void load(String urlOrFilename, boolean zip, String charsetName) throws IOException, ParseException
IOExceptionParseExceptionpublic void load(String urlOrFilename, String charsetName) throws IOException, ParseException, IrpMasterException
Copyright © 2016. All rights reserved.