public abstract class IronBeeSectionParser extends Object implements stream.Processor
| Constructor and Description |
|---|
IronBeeSectionParser() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getSectionName() |
abstract stream.Data |
parseSection(BufferedReader reader,
stream.Data data) |
stream.Data |
process(stream.Data input) |
public abstract String getSectionName()
public stream.Data process(stream.Data input)
process in interface stream.Processorstream.data.Processor#process(stream.data.Data)public abstract stream.Data parseSection(BufferedReader reader, stream.Data data) throws IOException
IOExceptionCopyright © 2014 jwall.org. All Rights Reserved.