Package io.camunda.zeebe.util.logging
Class ByteBufferDestinationOutputStream
java.lang.Object
java.io.OutputStream
io.camunda.zeebe.util.logging.ByteBufferDestinationOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionByteBufferDestinationOutputStream(org.apache.logging.log4j.core.layout.ByteBufferDestination destination) -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
Constructor Details
-
ByteBufferDestinationOutputStream
public ByteBufferDestinationOutputStream(org.apache.logging.log4j.core.layout.ByteBufferDestination destination)
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-