public class WriterControlTracker<T> extends ControlTracker<T>
provider| Constructor and Description |
|---|
WriterControlTracker(Writer writer,
ControlCodeSource<T> provider) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyInternal(T value)
Method that derived classes must implement to add the actual logic for
applying the control to the stream
|
protected void |
resetInternal(T value)
Method that derived classes must implement to add the actual logic for
resetting the control against the stream
|
apply, reset, setpublic WriterControlTracker(Writer writer, ControlCodeSource<T> provider)
protected void resetInternal(T value) throws IOException
ControlTrackerresetInternal in class ControlTracker<T>value - Value to be reset fromIOExceptionprotected void applyInternal(T value) throws IOException
ControlTrackerapplyInternal in class ControlTracker<T>value - Value to be appliedIOExceptionCopyright © 2012–2022. All rights reserved.