public abstract class DataFrameParser extends Object
Constructor and Description |
---|
DataFrameParser() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
onDataFrame(DataFrame frame,
ByteBuffer data) |
boolean |
parse(ByteBuffer buffer)
Parses the given
ByteBuffer for a data frame. |
public boolean parse(ByteBuffer buffer)
Parses the given ByteBuffer
for a data frame.
buffer
- the ByteBuffer
to parseprotected abstract void onDataFrame(DataFrame frame, ByteBuffer data)
Copyright © 1995-2015 Webtide. All Rights Reserved.