Uses of Class
io.helidon.media.common.CharBuffer
-
Packages that use CharBuffer Package Description io.helidon.media.common Common classes for processing content with a specificMediaType
. -
-
Uses of CharBuffer in io.helidon.media.common
Methods in io.helidon.media.common that return types with arguments of type CharBuffer Modifier and Type Method Description static Function<CharBuffer,Flow.Publisher<DataChunk>>
ContentWriters. charBufferWriter(Charset charset)
Deprecated.since 2.0.0, useContentWriters.writeCharBuffer(CharBuffer, Charset)
insteadMethods in io.helidon.media.common with parameters of type CharBuffer Modifier and Type Method Description static Single<DataChunk>
ContentWriters. writeCharBuffer(CharBuffer buffer, Charset charset)
-