public class OutputStreamControlTracker<T> extends ControlTracker<T>
provider| Constructor and Description |
|---|
OutputStreamControlTracker(OutputStream output,
Charset charset,
ControlCodeSource<T> provider) |
OutputStreamControlTracker(OutputStream output,
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 OutputStreamControlTracker(OutputStream output, ControlCodeSource<T> provider)
public OutputStreamControlTracker(OutputStream output, Charset charset, 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.