# Functions
NewDemuxer returns a new Demuxer for the given t and read from r.
NewMuxer returns a new Muxer for the given t that writes on w.
# Constants
ErrorMessage fatal error message just before stream aborts.
MaxPackedSize for Sideband type.
MaxPackedSize64k for Sideband64k type.
PackData packfile content.
ProgressMessage progress messages.
Sideband legacy sideband type up to 1000-byte messages.
Sideband64k sideband type up to 65519-byte messages.
# Variables
ErrMaxPackedExceeded returned by Read, if the maximum packed size is exceeded.
# Interfaces
Progress where the progress information is stored.