spring-framework / org.springframework.core.codec / ByteBufferDecoder

ByteBufferDecoder

open class ByteBufferDecoder : AbstractDecoder<ByteBuffer>

Decoder for ByteBuffers.

Author
Sebastien Deleuze

Author
Arjen Poutsma

Since
5.0

Constructors

<init>

ByteBufferDecoder()

Functions

canDecode

open fun canDecode(elementType: ResolvableType, mimeType: MimeType): Boolean

decode

open fun decode(inputStream: Publisher<DataBuffer>, elementType: ResolvableType, mimeType: MimeType, hints: MutableMap<String, Any>): Flux<ByteBuffer>