Package org.openjdk.jmh.util.lines
Class TestLineReader
java.lang.Object
org.openjdk.jmh.util.lines.TestLineReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate RuntimeException
boolean
int[]
private String
private char
readChar()
private int
readLen()
private String
-
Field Details
-
line
-
correct
private final boolean correct -
cursor
private int cursor
-
-
Constructor Details
-
TestLineReader
-
-
Method Details
-
readLen
private int readLen() -
readString
-
readArmoredString
-
readChar
private char readChar() -
nextString
-
error
-
isCorrect
public boolean isCorrect() -
nextOptionalInt
-
nextOptionalString
-
nextOptionalTimeValue
-
nextOptionalTimeUnit
-
nextOptionalStringCollection
-
nextIntArray
public int[] nextIntArray() -
nextOptionalParamCollection
-