public class LimitedSizeThrowCondition extends java.lang.Object implements ThrowCondition
| Constructor and Description |
|---|
LimitedSizeThrowCondition() |
LimitedSizeThrowCondition(long initialSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shallThrow(long pos,
int numBytes) |
void |
size(long size) |
public LimitedSizeThrowCondition()
public LimitedSizeThrowCondition(long initialSize)
public void size(long size)
public boolean shallThrow(long pos,
int numBytes)
shallThrow in interface ThrowCondition