- setAllowSubBuffers(boolean) - Method in StreamCharBuffer
-
- setChunkMinSize(int) - Method in StreamCharBuffer
-
- setDestinationActivated(boolean) - Method in GrailsLazyProxyPrintWriter
-
- setEncodingStateRegistryLookup(EncodingStateRegistryLookup) - Method in EncodingStateRegistryLookupHolder
-
- setError() - Method in GrailsPrintWriter
-
- setError() - Method in GrailsPrintWriterAdapter
-
- setIgnoreEncodingState(boolean) - Method in AbstractEncodedAppender
-
- setIgnoreEncodingState(boolean) - Method in EncodedAppender
-
When enabled, will encode all input regardless of it's current state
disables double-encoding prevention.
- setIgnoreEncodingState(boolean) - Method in EncodesToWriterAdapter
-
- setMetaClass(MetaClass) - Method in GrailsPrintWriter
-
- setNotifyParentBuffersEnabled(boolean) - Method in StreamCharBuffer
-
By default the parent buffers (a buffer where this buffer has been appended to) get notified of changed to this buffer.
- setOut(Writer) - Method in GrailsPrintWriter
-
- setPreferSubChunkWhenWritingToOtherBuffer(boolean) - Method in StreamCharBuffer
-
- setProperty(String, Object) - Method in GrailsPrintWriter
-
- setReadMode(StreamByteBuffer.ReadMode) - Method in StreamByteBuffer
-
- setSubBufferChunkMinSize(int) - Method in StreamCharBuffer
-
- setSubStringChunkMinSize(int) - Method in StreamCharBuffer
-
Minimum size for a String to be added as a StringChunk instead of copying content to the char[] buffer of the current StreamCharBufferChunk
- setTarget(Writer) - Method in GrailsPrintWriterAdapter
-
- setUsed(boolean) - Method in GrailsPrintWriter
-
- setUsed(boolean) - Method in GrailsPrintWriterAdapter
-
- setWriteDirectlyToConnectedMinSize(int) - Method in StreamCharBuffer
-
Minimum size for a String or char[] to get written directly to connected writer (in "connectTo" mode).
- shouldApplyEncoder(StreamingEncoder) - Method in ChainedEncoders
-
checks that the encoder isn't a NoneEncoder instance
- shouldEncode(Encoder, EncodingState) - Method in AbstractEncodedAppender
-
Check if the encoder should be used to a input with certain encodingState
- shouldEncode(Encoder, EncodingState) - Method in EncodedAppender
-
Check if the encoder should be used to a input with certain encodingState
- shouldEncodeWith(Encoder, EncodingState) - Method in AbstractEncodedAppender
-
- shouldEncodeWith(Encoder, EncodingState) - Method in DefaultEncodingStateRegistry
-
Checks if encoder should be applied to a input with given encoding state
- shouldEncodeWith(Encoder, EncodingState) - Method in EncodesToWriterAdapter
-
- shouldEncodeWith(Encoder, CharSequence) - Method in EncodingStateRegistry
-
Checks if a encoder should be applied to a CharSequence
- shouldEncodeWith(Encoder, EncodingState) - Method in StreamingEncoderWriter
-
- size() - Method in StreamCharBuffer
-
- StandaloneCodecLookup - Class in org.grails.encoder.impl
- streamBuffer - Field in FastStringWriter
-
- StreamByteBuffer - Class in org.grails.buffer
An in-memory buffer that provides OutputStream and InputStream interfaces.
- StreamByteBuffer.ReadMode - Enum in org.grails.buffer
- StreamByteBuffer(int, StreamByteBuffer.ReadMode) - Constructor in StreamByteBuffer
-
- StreamCharBuffer - Class in org.grails.buffer
- StreamCharBuffer.EncodedPart - Class in org.grails.buffer
- StreamCharBuffer.EncodedPart(EncodingState, String) - Constructor in StreamCharBuffer.EncodedPart
-
- StreamCharBuffer.LazyInitializingMultipleWriter - Interface in org.grails.buffer
- StreamCharBuffer.LazyInitializingWriter - Interface in org.grails.buffer
Interface for a Writer that gets initialized if it is used
Can be used for passing in to "connectTo" method of StreamCharBuffer
- StreamCharBuffer.StreamCharBufferReader - Class in org.grails.buffer
This is the java.io.Reader implementation for StreamCharBuffer
- StreamCharBuffer.StreamCharBufferReader(boolean) - Constructor in StreamCharBuffer.StreamCharBufferReader
-
- StreamCharBuffer.StreamCharBufferWriter - Class in org.grails.buffer
This is the java.io.Writer implementation for StreamCharBuffer
- StreamCharBuffer(int, int, int) - Constructor in StreamCharBuffer
-
- StreamCharBufferMetaUtils - Class in org.grails.buffer
- streamCharBufferTarget - Field in GrailsPrintWriter
-
- StreamEncodeable - Interface in org.grails.encoder
Marks a class capable of encoding itself with given Encoder to given
EncodedAppender instance
- StreamingEncoder - Interface in org.grails.encoder
Streaming encoder interface that makes it possible to encode a portion of a
CharSequence and append it directly to the EncodedAppender instance.
- StreamingEncoderEncodedAppender - Class in org.grails.encoder
EncodedAppender implementation used for piping / chaining several StreamingEncoders
- StreamingEncoderEncodedAppender(StreamingEncoder, EncodedAppender) - Constructor in StreamingEncoderEncodedAppender
-
- StreamingEncoderWritable - Interface in org.grails.encoder
Marks a class capable of encoding itself with given EncodesToWriter instance to given
Writer instance
- StreamingEncoderWriter - Class in org.grails.encoder
- StreamingEncoderWriter(Writer, StreamingEncoder, EncodingStateRegistry) - Constructor in StreamingEncoderWriter
-
- StringCharArrayAccessor - Class in org.grails.buffer
Provides optimized access to java.lang.String internals
- subSequence(int, int) - Method in StreamCharBuffer
-