Decoder

cc.otavia.handler.codec.base64.Base64.Decoder
See theDecoder companion object
class Decoder extends ByteProcessor

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def decode(src: Buffer, off: Int, len: Int, allocator: BufferAllocator, dialect: Base64Dialect): Buffer
def decode(src: Buffer, off: Int, len: Int, dst: Buffer, dialect: Base64Dialect): Unit
override def process(value: Byte): Boolean

Process Buffer

Process Buffer

Attributes

Returns

true if the processor wants to continue the loop and handle the next byte in the buffer. false if the processor wants to stop handling bytes and abort the loop.

Definition Classes