getChunkSizes

fun getChunkSizes(bytes: String, isUnsignedChunk: Boolean = false): List<Int>

Given a string representation of aws-chunked encoded bytes, returns a list of the chunk sizes as integers. Chunk sizes are defined by the following grammar: String(Hex(ChunkSize));chunk-signature=