Package kieker.monitoring.writer
Class WriterUtil
java.lang.Object
kieker.monitoring.writer.WriterUtil
- Since:
- 1.13
- Author:
- Christian Wulf
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic longflushBuffer(ByteBuffer buffer, WritableByteChannel writableChannel, org.slf4j.Logger logger)
-
Method Details
-
flushBuffer
public static long flushBuffer(ByteBuffer buffer, WritableByteChannel writableChannel, org.slf4j.Logger logger) - Returns:
- the number of bytes written from the buffer to the channel
-
close
-