Package org.apache.johnzon.core
Class Snippet.Buffer.SnippetWriter.Truncated
- java.lang.Object
- 
- java.io.Writer
- 
- org.apache.johnzon.core.Snippet.PassthroughWriter
- 
- org.apache.johnzon.core.Snippet.Buffer.SnippetWriter.Truncated
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
 - Enclosing class:
- Snippet.Buffer.SnippetWriter
 
 class Snippet.Buffer.SnippetWriter.Truncated extends Snippet.PassthroughWriter Signifies the last write was not completely written and there was no more space for this or future writes.
- 
- 
Constructor SummaryConstructors Constructor Description Truncated()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(char[] cbuf, int off, int len)- 
Methods inherited from class org.apache.johnzon.core.Snippet.PassthroughWriterappend, append, append, close, flush, write, write, write
 - 
Methods inherited from class java.io.WriternullWriter, write
 
- 
 
- 
- 
- 
Method Detail- 
writepublic void write(char[] cbuf, int off, int len) throws IOException- Specified by:
- writein class- Writer
- Throws:
- IOException
 
 
- 
 
-