All Packages Class Hierarchy This Package Previous Next Index
Class nodeos.CheckOneWordFlowHandle
java.lang.Object
|
+----nodeos.Linkable
|
+----nodeos.FlowHandle
|
+----nodeos.CheckOneWordFlowHandle
- public class CheckOneWordFlowHandle
- extends FlowHandle
Flow handle that checks one word, in BIG ENDIAN order, against a
known word with which the handle was initialized.
-
CheckOneWordFlowHandle(int, String)
- Class constructor.
-
checkBuffer(Buffer, int)
- Checks whether that buffer belongs to that flow.
CheckOneWordFlowHandle
public CheckOneWordFlowHandle(int id,
String name)
- Class constructor.
- Parameters:
- id - identification word
- name - human-readable name
checkBuffer
public boolean checkBuffer(Buffer buf,
int offset)
- Checks whether that buffer belongs to that flow.
- Overrides:
- checkBuffer in class FlowHandle
All Packages Class Hierarchy This Package Previous Next Index