public class DelegatingIndentWriter extends Writer
A writer which delegates to another writer and supports an additional indenting level.
| Constructor and description | 
|---|
                                DelegatingIndentWriter
                                (Writer delegate) | 
                        
                                DelegatingIndentWriter
                                (Writer delegate, String indentString) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public Writer | 
                            append(CharSequence csq) | 
                        
 | 
                            public Writer | 
                            append(CharSequence csq, int start, int end) | 
                        
 | 
                            public Writer | 
                            append(char c) | 
                        
 | 
                            public void | 
                            close() | 
                        
 | 
                            public void | 
                            flush() | 
                        
 | 
                            public int | 
                            next() | 
                        
 | 
                            public int | 
                            previous() | 
                        
 | 
                            public void | 
                            write(int c) | 
                        
 | 
                            public void | 
                            write(char[] cbuf) | 
                        
 | 
                            public void | 
                            write(char[] cbuf, int off, int len) | 
                        
 | 
                            public void | 
                            write(String str) | 
                        
 | 
                            public void | 
                            write(String str, int off, int len) | 
                        
 | 
                            public void | 
                            writeIndent() | 
                        
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.