Class AbstractStreamDecoder.BufferedStream
java.lang.Object
org.apache.maven.surefire.api.stream.AbstractStreamDecoder.BufferedStream
This class avoids locking which gains the performance of this decoder.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intvoidsetPositionByteBuffer(int positionByteBuffer) toString()voidwrite(ByteBuffer bb, int position, int length)
-
Method Details
-
getPositionByteBuffer
public int getPositionByteBuffer() -
setPositionByteBuffer
public void setPositionByteBuffer(int positionByteBuffer) -
write
-
clear
public void clear() -
toString
-