public interface Resetable
The implementation must ensure that it exposes mechanism to reload the instance so that it can be reused; however the reload operation signatures will vary implementations.
| Modifier and Type | Method and Description |
|---|---|
void |
reset(boolean full)
Flushes out data, repositions counters and markers held by this object
|
Copyright © 2019. All rights reserved.