Package | Description |
---|---|
org.apache.johnzon.core |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
private Snippet.PassthroughWriter |
Snippet.Buffer.SnippetWriter.mode |
Modifier and Type | Method and Description |
---|---|
private void |
Snippet.Buffer.SnippetWriter.Writing.maxReached(Snippet.PassthroughWriter mode) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.