Expand description
File handling integration.
Constants§
- Two magic bytes that occur at the beginning of gzip files and can be used to detect whether a file is gzip compressed. Spec: https://datatracker.ietf.org/doc/html/rfc1952#page-6
Functions§
- Creates a
String
from a byte vector which may be gzip compressed.