public interface EncodedAppenderWriterFactory
EncodedAppenderWriter instance that is connected to it with a certain
encoder fixed.| Modifier and Type | Method and Description |
|---|---|
java.io.Writer |
getWriterForEncoder(Encoder encoder,
EncodingStateRegistry encodingStateRegistry)
Gets the EncodedAppenderWriter instance that is connected to this
instance implementation with a certain encoder fixed.
|
java.io.Writer getWriterForEncoder(Encoder encoder, EncodingStateRegistry encodingStateRegistry)
encoder - the encoder to useencodingStateRegistry - the current EncodingStateRegistry to use