Uses of Class
org.apache.johnzon.core.Snippet.PassthroughWriter
-
Packages that use Snippet.PassthroughWriter Package Description org.apache.johnzon.core -
-
Uses of Snippet.PassthroughWriter in org.apache.johnzon.core
Subclasses of Snippet.PassthroughWriter in org.apache.johnzon.core Modifier and Type Class Description (package private) class
Snippet.Buffer.SnippetWriter
Specialized Writer with three internal states: Writing, Completed, Truncated.(package private) class
Snippet.Buffer.SnippetWriter.Completed
Signifies the last write was fully written, but there is no more space for future writes.(package private) class
Snippet.Buffer.SnippetWriter.Truncated
Signifies the last write was not completely written and there was no more space for this or future writes.(package private) class
Snippet.Buffer.SnippetWriter.Writing
Fields in org.apache.johnzon.core declared as Snippet.PassthroughWriter Modifier and Type Field Description private Snippet.PassthroughWriter
Snippet.Buffer.SnippetWriter. mode
Methods in org.apache.johnzon.core with parameters of type Snippet.PassthroughWriter Modifier and Type Method Description private void
Snippet.Buffer.SnippetWriter.Writing. maxReached(Snippet.PassthroughWriter mode)
-