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.


Constructor Index

 o CheckOneWordFlowHandle(int, String)
Class constructor.

Method Index

 o checkBuffer(Buffer, int)
Checks whether that buffer belongs to that flow.

Constructors

 o CheckOneWordFlowHandle
 public CheckOneWordFlowHandle(int id,
                               String name)
Class constructor.

Parameters:
id - identification word
name - human-readable name

Methods

 o 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