fn decodeLiteralsSlice(self: *DecodeState, dest: []u8, len: usize) DecodeLiteralsError!void
[src]
Decode len
bytes of literals into dest
.
Errors returned:
error.MalformedLiteralsLength
if the number of literal bytes decoded byself
pluslen
is greater than the regenerated size ofliterals
error.UnexpectedEndOfLiteralStream
anderror.NotFound
if there are problems decoding Huffman compressed literals