Versions in this module Expand all Collapse all v0 v0.2.0 Jan 14, 2024 Changes in this version type Stream + func (stream *Stream) Close() error v0.1.0 Jan 14, 2024 Changes in this version + type Action int + const Finish + const FullBarrier + const FullFlush + const Run + const SyncFlush + type DecoderOpt int32 + const Concatenated + const FailFast + const IgnoreCheck + const TellAnyCheck + const TellNoCheck + const TellUnsupportedCheck + type Return int + const BufError + const DataError + const FormatError + const GetCheck + const MemError + const MemLimitError + const NoCheck + const Ok + const OptionsError + const ProgError + const SeekNeeded + const StreamEnd + const UnsupportedCheck + type Stream struct + func NewStreamDecoder(memlimit uint64, flags ...DecoderOpt) (*Stream, error) + func (stream *Stream) AvailableIn() int + func (stream *Stream) AvailableOut() int + func (stream *Stream) Code(action Action) Return + func (stream *Stream) End() + func (stream *Stream) SetNextIn(in []byte) + func (stream *Stream) SetNextOut(out []byte)