public class ExecuteMacroInputStream extends DelimitedTokenReplacementInputStream
Modifier and Type | Class and Description |
---|---|
static class |
ExecuteMacroInputStream.IncludeFileMacro |
static class |
ExecuteMacroInputStream.IncludeUrlMacro |
static class |
ExecuteMacroInputStream.Macro |
static class |
ExecuteMacroInputStream.MacroLibrary |
static class |
ExecuteMacroInputStream.UnknownMacro |
in
Constructor and Description |
---|
ExecuteMacroInputStream(InputStream in,
String begin,
String end,
Map macros) |
read
read, read
available, close, mark, markSupported, reset, skip
public ExecuteMacroInputStream(InputStream in, String begin, String end, Map macros)
Copyright © 2015 The Codehaus Foundation. All rights reserved.