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 Summary
Constructors Constructor Description Truncated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(char[] cbuf, int off, int len)
-
Methods inherited from class org.apache.johnzon.core.Snippet.PassthroughWriter
append, append, append, close, flush, write, write, write
-
Methods inherited from class java.io.Writer
nullWriter, write
-
-
-
-
Method Detail
-
write
public void write(char[] cbuf, int off, int len) throws IOException
- Specified by:
write
in classWriter
- Throws:
IOException
-
-