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 Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionDelegatingIndentWriter(Writer delegate) DelegatingIndentWriter(Writer delegate, String indentString)  - 
Method Summary
Methods inherited from class java.io.Writer
nullWriter 
- 
Field Details
- 
SPACES
- See Also:
 
 - 
TAB
- See Also:
 
 
 - 
 - 
Constructor Details
- 
DelegatingIndentWriter
 - 
DelegatingIndentWriter
 
 - 
 - 
Method Details
- 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Specified by:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
append
- Specified by:
 appendin interfaceAppendable- Overrides:
 appendin classWriter- Throws:
 IOException
 - 
append
- Specified by:
 appendin interfaceAppendable- Overrides:
 appendin classWriter- Throws:
 IOException
 - 
append
- Specified by:
 appendin interfaceAppendable- Overrides:
 appendin classWriter- Throws:
 IOException
 - 
flush
- Specified by:
 flushin interfaceFlushable- Specified by:
 flushin classWriter- Throws:
 IOException
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Specified by:
 closein classWriter- Throws:
 IOException
 - 
next
public int next() - 
previous
public int previous() - 
writeIndent
- Throws:
 IOException
 
 -