Interface EncodedAppenderWriterFactory

    • Method Detail

      • getWriterForEncoder

        java.io.Writer getWriterForEncoder​(Encoder encoder,
                                           EncodingStateRegistry encodingStateRegistry)
        Gets the EncodedAppenderWriter instance that is connected to this instance implementation with a certain encoder fixed.
        Parameters:
        encoder - the encoder to use
        encodingStateRegistry - the current EncodingStateRegistry to use
        Returns:
        the java.io.Writer instance