| Package | Description |
|---|---|
| com.h3c.util | |
| com.h3c.util.ip |
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayGenerator |
ByteArrayGenerator.create(String spec)
Creates an instance of
ByteArrayGenerator that will generate
byte arrays within the constraints defined by the given specification. |
static ByteArrayGenerator |
ByteArrayGenerator.createFromHex(String spec)
Creates an instance of
ByteArrayGenerator that will generate
byte arrays within the constraints defined by the given specification. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ByteArrayGenerator.intersects(ByteArrayGenerator other)
Returns
true if this byte array generator intersects
the other byte array generator; false otherwise. |
boolean |
ByteArrayGenerator.isSuperset(ByteArrayGenerator other)
Returns
true if this byte array generator is a
superset of the other byte array generator; false otherwise. |
| Modifier and Type | Method and Description |
|---|---|
protected ByteArrayGenerator |
MacRange.getBag(String spec) |
protected ByteArrayGenerator |
IpRange.getBag(String spec) |
Copyright © 2014. All Rights Reserved.