All Packages This Package Class Hierarchy Class Search Index
java.lang.Object
|
+----edu.utah.janos.nodeos.DemultiplexKey
|
+----edu.utah.janos.tests.nodeos.DemultiplexKeyTester.TestKey
| Summary |
private class DemultiplexKeyTester.TestKey
extends edu.utah.janos.nodeos.DemultiplexKey
{
// Constructors 1
public TestKey(int);
// Methods 3
public final int compByte(byte[], int, int, int, byte);
public final int compSlice(byte[], int, int, int, byte[]);
public int matches(byte[], int, int);
}
Subclass of DemultiplexKey to test
| Constructors |
· TestKey | Summary | Top |
public TestKey(int length)
| Methods |
· compByte | Summary | Top |
public final int compByte(byte[] packetBuf,
int po,
int pl,
int o,
byte v)
Provides access to the Demultiplex.compareByte static method
· compSlice | Summary | Top |
public final int compSlice(byte[] packetBuf,
int po,
int pl,
int o,
byte[] s)
Provides access to the DemultiplexKey.compareSlice static method
· matches | Summary | Top |
public int matches(byte[] data,
int po,
int pl)
- Overrides:
- matches in class DemultiplexKey
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7