Class ReaderImporter
java.lang.Object
org.harctoolbox.irscrutinizer.importer.Importer
org.harctoolbox.irscrutinizer.importer.FileImporter
org.harctoolbox.irscrutinizer.importer.ReaderImporter
- Direct Known Subclasses:
Mode2Importer
,RemoteSetImporter
This class extends the Importer with file/reader load functions.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
load
(InputStream inputStream, String origin, String charsetName) abstract void
void
void
void
void
Methods inherited from class org.harctoolbox.irscrutinizer.importer.FileImporter
canImportDirectories, dumbLoad, getFileExtensions, getFileExtensions, ignored, load, loadFileSelector, possiblyZipLoad
Methods inherited from class org.harctoolbox.irscrutinizer.importer.Importer
addCommand, addCommands, clearCommands, getAbsoluteTolerance, getChopThreshold, getCommand, getCommandIndex, getCommands, getConcatenatedCommands, getCreatingUser, getDummyGap, getEndingTimeout, getFallbackFrequency, getHomeUrl, getMinRepeatLastGap, getOrigin, getRelativeTolerance, isGenerateCcf, isGenerateRaw, isInvokeAnalyzer, isInvokeCleaner, isInvokeDecoder, isInvokeRepeatFinder, isVerbose, prepareLoad, setProperties, uniqueName
-
Constructor Details
-
ReaderImporter
protected ReaderImporter()
-
-
Method Details
-
load
public abstract void load(Reader reader, String origin) throws IOException, FileNotFoundException, ParseException, org.harctoolbox.ircore.InvalidArgumentException - Throws:
IOException
FileNotFoundException
ParseException
org.harctoolbox.ircore.InvalidArgumentException
-
load
public void load(File file, String origin, String charsetName) throws IOException, ParseException, org.harctoolbox.ircore.InvalidArgumentException - Specified by:
load
in classFileImporter
- Throws:
IOException
ParseException
org.harctoolbox.ircore.InvalidArgumentException
-
load
public void load(String charsetName) throws IOException, ParseException, org.harctoolbox.ircore.InvalidArgumentException - Throws:
IOException
ParseException
org.harctoolbox.ircore.InvalidArgumentException
-
load
public void load(InputStream inputStream, String origin, String charsetName) throws ParseException, IOException, org.harctoolbox.ircore.InvalidArgumentException - Throws:
ParseException
IOException
org.harctoolbox.ircore.InvalidArgumentException
-
load
public void load(String payload, String origin, String charsetName) throws IOException, ParseException, org.harctoolbox.ircore.InvalidArgumentException - Throws:
IOException
ParseException
org.harctoolbox.ircore.InvalidArgumentException
-
load
public void load(String urlOrFilename, boolean zip, String charsetName) throws IOException, ParseException, org.harctoolbox.ircore.InvalidArgumentException - Throws:
IOException
ParseException
org.harctoolbox.ircore.InvalidArgumentException
-
load
public void load(String urlOrFilename, String charsetName) throws IOException, ParseException, org.harctoolbox.ircore.InvalidArgumentException - Throws:
IOException
ParseException
org.harctoolbox.ircore.InvalidArgumentException
-