public class NoopOutputLengthObserver extends java.lang.Object implements OutputLengthObserver
| Constructor and Description |
|---|
NoopOutputLengthObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
nBytes(long n)
The
is about to write n bytes |
void |
nChars(long n)
The
is about to write n characters |
public void nChars(long n)
OutputLengthObserveris about to write n charactersnChars in interface OutputLengthObservern - the number of characters about to be writtenpublic void nBytes(long n)
OutputLengthObserveris about to write n bytesnBytes in interface OutputLengthObservern - the number of bytes about to be written