Class StringListWriter
- java.lang.Object
- 
- java.io.Writer
- 
- proguard.classfile.util.renderer.core.StringListWriter
 
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.io.Flushable,- java.lang.Appendable,- java.lang.AutoCloseable
 
 public class StringListWriter extends java.io.Writer
- 
- 
Constructor SummaryConstructors Constructor Description StringListWriter(java.util.List<java.lang.String> output)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()java.util.List<java.lang.String>getOutput()voidwrite(@org.jetbrains.annotations.NotNull char[] cbuf, int off, int len)voidwrite(java.lang.String str)
 
- 
- 
- 
Method Detail- 
writepublic void write(@NotNull @org.jetbrains.annotations.NotNull char[] cbuf, int off, int len) throws java.io.IOException- Specified by:
- writein class- java.io.Writer
- Throws:
- java.io.IOException
 
 - 
writepublic void write(java.lang.String str) throws java.io.IOException- Overrides:
- writein class- java.io.Writer
- Throws:
- java.io.IOException
 
 - 
getOutputpublic java.util.List<java.lang.String> getOutput() 
 - 
flushpublic void flush() throws java.io.IOException- Specified by:
- flushin interface- java.io.Flushable
- Specified by:
- flushin class- java.io.Writer
- Throws:
- java.io.IOException
 
 - 
closepublic void close() throws java.io.IOException- Specified by:
- closein interface- java.lang.AutoCloseable
- Specified by:
- closein interface- java.io.Closeable
- Specified by:
- closein class- java.io.Writer
- Throws:
- java.io.IOException
 
 
- 
 
-