Package com.fasterxml.jackson.core.io
Class DataOutputAsStream
java.lang.Object
java.io.OutputStream
com.fasterxml.jackson.core.io.DataOutputAsStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
Helper class to support use of
DataOutput
for output, directly,
without caller having to provide for implementation.- Since:
- 2.8
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
Field Details
-
_output
-
-
Constructor Details
-
DataOutputAsStream
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-