Module org.apache.johnzon.core
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:
java.io.Closeable
,java.io.Flushable
,java.lang.Appendable
,java.lang.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)
-