Package groovy.text.markup
Class DelegatingIndentWriter
java.lang.Object
java.io.Writer
groovy.text.markup.DelegatingIndentWriter
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
A writer which delegates to another writer and supports an additional indenting level.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDelegatingIndentWriter(Writer delegate) DelegatingIndentWriter(Writer delegate, String indentString) 
- 
Method SummaryMethods inherited from class java.io.WriternullWriter
- 
Field Details- 
SPACES- See Also:
 
- 
TAB- See Also:
 
 
- 
- 
Constructor Details- 
DelegatingIndentWriter
- 
DelegatingIndentWriter
 
- 
- 
Method Details- 
write- Overrides:
- writein class- Writer
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- Writer
- Throws:
- IOException
 
- 
write- Specified by:
- writein class- Writer
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- Writer
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- Writer
- Throws:
- IOException
 
- 
append- Specified by:
- appendin interface- Appendable
- Overrides:
- appendin class- Writer
- Throws:
- IOException
 
- 
append- Specified by:
- appendin interface- Appendable
- Overrides:
- appendin class- Writer
- Throws:
- IOException
 
- 
append- Specified by:
- appendin interface- Appendable
- Overrides:
- appendin class- Writer
- Throws:
- IOException
 
- 
flush- Specified by:
- flushin interface- Flushable
- Specified by:
- flushin class- Writer
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein class- Writer
- Throws:
- IOException
 
- 
nextpublic int next()
- 
previouspublic int previous()
- 
writeIndent- Throws:
- IOException
 
 
-