Versions in this module Expand all Collapse all v0 v0.2.0 Aug 8, 2026 v0.1.0 Aug 5, 2026 Changes in this version + func New(rs io.ReadSeeker) (objects.Store, error) + func NewFromBytes(b []byte) (objects.Store, error) + func Open(path string) (objects.Store, error) + type Decoder interface + Decode func(*objects.Stream) error + type ReadStats struct + BinaryFontSize int64 + BinaryImageSize int64 + BinaryTotalSize int64 + FileSize int64 + Hybrid bool + Linearized bool + UsingObjectStreams bool + UsingXRefStreams bool + type Statser interface + Stats func() ReadStats