pub fn decode(bytes: &[u8]) -> Result<Vec<Vec<u8>>>
Decodes a chunk written by encode.
encode
If the bytes are truncated, carry an unknown tag, or describe a chunk whose parts disagree.