# Functions
BatchReadCloser (potentially) wraps an io.ReadCloser in Gzip decompression and limits the reading to a specific number of bytes.
NewParser returns a new Parser.
# Variables
ErrMaxBatchSizeExceeded is returned when a points batch exceeds the defined upper limit in bytes.
# Structs
ParsedPoints contains the points parsed as well as the total number of bytes after decompression.
Parser parses batches of Points.