Package org.grails.encoder
Interface EncodedAppenderFactory
-
- All Known Implementing Classes:
CodecPrintWriter,EncodedAppenderWriter,StreamCharBuffer.StreamCharBufferWriter,StreamingEncoderWriter
public interface EncodedAppenderFactoryThis interface marks an instance capable of getting a EncodedAppender instance that is connected to it. For example a buffer provides it's EncodedAppender instance with this interface.- Since:
- 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncodedAppendergetEncodedAppender()Gets the EncodedAppender that is connected to the instance of this implementation.
-
-
-
Method Detail
-
getEncodedAppender
EncodedAppender getEncodedAppender()
Gets the EncodedAppender that is connected to the instance of this implementation.- Returns:
- the EncodedAppender
-
-