Class JsonbOutput
java.lang.Object
io.avaje.jex.core.json.JsonbOutput
- All Implemented Interfaces:
io.avaje.json.stream.JsonOutput, Closeable, AutoCloseable
avaje-jsonb output that allows for writing fixed length content
straight from the avaje-jsonb buffer, avoiding the jex side buffer.
-
Method Details
-
of
-
write
- Specified by:
writein interfaceio.avaje.json.stream.JsonOutput- Throws:
IOException
-
writeLast
- Specified by:
writeLastin interfaceio.avaje.json.stream.JsonOutput- Throws:
IOException
-
flush
public void flush()- Specified by:
flushin interfaceio.avaje.json.stream.JsonOutput
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
unwrapOutputStream
- Specified by:
unwrapOutputStreamin interfaceio.avaje.json.stream.JsonOutput
-