interface ByteArrayParser<Result> : Parser<ByteArray, Result>
This interface is a specific subinterface of Parser that parses ByteArray objects
parse
abstract fun parse(input: Input): Single<Result>
Parse an object of type Input into an object of type Result