Package org.openjdk.jmh.runner.link
Class OutputFrame
- java.lang.Object
-
- org.openjdk.jmh.runner.link.OutputFrame
-
- All Implemented Interfaces:
java.io.Serializable
class OutputFrame extends java.lang.Object implements java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OutputFrame.Type
-
Field Summary
Fields Modifier and Type Field Description private byte[]
data
private static long
serialVersionUID
private OutputFrame.Type
type
-
Constructor Summary
Constructors Constructor Description OutputFrame(OutputFrame.Type type, byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getData()
OutputFrame.Type
getType()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
type
private final OutputFrame.Type type
-
data
private final byte[] data
-
-
Constructor Detail
-
OutputFrame
public OutputFrame(OutputFrame.Type type, byte[] data)
-
-
Method Detail
-
getData
public byte[] getData()
-
getType
public OutputFrame.Type getType()
-
-