public class SmallFileSubstitutionHandler extends FileSubstitutionHandler
_inputFile, _logger, _reader, _strings, _writer| Constructor and Description |
|---|
SmallFileSubstitutionHandler(File file)
Constructs the
SmallFileSubstitutionHandler for the given input file. |
| Modifier and Type | Method and Description |
|---|---|
Reader |
getReader()
Gets the character stream from the input.
|
Writer |
getWriter()
Gets the
Writer object to write the character stream in to
the output. |
finish, getNamepublic SmallFileSubstitutionHandler(File file) throws FileNotFoundException
SmallFileSubstitutionHandler for the given input file.file - Input file.FileNotFoundException - If file is not found.public Reader getReader()
SubstitutableImplementation note: It is a good idea for the input stream to be buffered.
public Writer getWriter()
SubstitutableWriter object to write the character stream in to
the output.
Implementation note: It is a good idea for the output stream to be buffered.
Copyright © 2018 Eclipse Foundation. All rights reserved.