booster / com.didiglobal.booster.aapt2 / BinaryParser / parse

parse

fun <T> parse(handler: (ByteBuffer) -> T): T

Parses the remaining data in buffer as the specified type

Parameters

handler - the handler for remaining data parsing