- java.lang.Object
- 
- java.io.Writer
- 
- org.apache.johnzon.core.Snippet.PassthroughWriter
 
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.io.Flushable,- java.lang.Appendable,- java.lang.AutoCloseable
 - Direct Known Subclasses:
- Snippet.Buffer.SnippetWriter,- Snippet.Buffer.SnippetWriter.Completed,- Snippet.Buffer.SnippetWriter.Truncated,- Snippet.Buffer.SnippetWriter.Writing
 - Enclosing class:
- Snippet
 
 private abstract static class Snippet.PassthroughWriter extends java.io.Writer
- 
- 
Constructor SummaryConstructors Modifier Constructor Description privatePassthroughWriter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.Writerappend(char c)java.io.Writerappend(java.lang.CharSequence csq)java.io.Writerappend(java.lang.CharSequence csq, int start, int end)voidclose()voidflush()voidwrite(char[] cbuf)voidwrite(java.lang.String str)voidwrite(java.lang.String str, int off, int len)
 
- 
- 
- 
Method Detail- 
writepublic void write(char[] cbuf) throws java.io.IOException- Overrides:
- 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
 
 - 
writepublic void write(java.lang.String str, int off, int len) throws java.io.IOException- Overrides:
- writein class- java.io.Writer
- Throws:
- java.io.IOException
 
 - 
appendpublic java.io.Writer append(java.lang.CharSequence csq) throws java.io.IOException- Specified by:
- appendin interface- java.lang.Appendable
- Overrides:
- appendin class- java.io.Writer
- Throws:
- java.io.IOException
 
 - 
appendpublic java.io.Writer append(java.lang.CharSequence csq, int start, int end) throws java.io.IOException- Specified by:
- appendin interface- java.lang.Appendable
- Overrides:
- appendin class- java.io.Writer
- Throws:
- java.io.IOException
 
 - 
appendpublic java.io.Writer append(char c) throws java.io.IOException- Specified by:
- appendin interface- java.lang.Appendable
- Overrides:
- appendin class- java.io.Writer
- Throws:
- java.io.IOException
 
 - 
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
 
 
- 
 
-