class DepthLimitedWriter
extends java.io.FilterWriter
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicInteger |
depth |
| Constructor and Description |
|---|
DepthLimitedWriter(java.io.Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
int |
decr() |
int |
incr() |