Class WriterUtil

java.lang.Object
kieker.monitoring.writer.WriterUtil

public final class WriterUtil extends Object
Since:
1.13
Author:
Christian Wulf
  • 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

      public static void close(Closeable closeable, org.slf4j.Logger logger)