class OutputFrame
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
OutputFrame.Type |
Modifier and Type | Field and Description |
---|---|
private byte[] |
data |
private static long |
serialVersionUID |
private OutputFrame.Type |
type |
Constructor and Description |
---|
OutputFrame(OutputFrame.Type type,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
OutputFrame.Type |
getType() |
private static final long serialVersionUID
private final OutputFrame.Type type
private final byte[] data
public OutputFrame(OutputFrame.Type type, byte[] data)
public byte[] getData()
public OutputFrame.Type getType()