GoldenGateBindings / com.fitbit.goldengate.bindings.coap / ByteArrayParser

ByteArrayParser

interface ByteArrayParser<Result> : Parser<ByteArray, Result>

This interface is a specific subinterface of Parser that parses ByteArray objects

Inherited Functions

parse

abstract fun parse(input: Input): Single<Result>

Parse an object of type Input into an object of type Result