Package pl.tkowalcz.tjahzi
Class OutputBuffer
java.lang.Object
pl.tkowalcz.tjahzi.OutputBuffer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLogLine(CharSequence labels, long epochMillisecond, long nanoOfMillisecond, io.netty.buffer.ByteBuf logLine) voidclear()io.netty.buffer.ByteBufclose()int
-
Constructor Details
-
OutputBuffer
public OutputBuffer(io.netty.buffer.ByteBuf target)
-
-
Method Details
-
clear
public void clear() -
addLogLine
public void addLogLine(CharSequence labels, long epochMillisecond, long nanoOfMillisecond, io.netty.buffer.ByteBuf logLine) -
getBytesPending
public int getBytesPending() -
close
public io.netty.buffer.ByteBuf close()
-