Documentation ¶
Overview ¶
Package joiner provides implementations of the file.Joiner interface
Index ¶
- Variables
- func New(ctx context.Context, g storage.Getter, putter storage.Putter, ...) (file.Joiner, int64, error)
- func NewDecoderCache(g storage.Getter, p storage.Putter, conf getter.Config) *decoderCache
- func NewJoiner(ctx context.Context, g storage.Getter, putter storage.Putter, ...) (file.Joiner, int64, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMalformedTrie = errors.New("malformed tree")
Functions ¶
func New ¶
func New(ctx context.Context, g storage.Getter, putter storage.Putter, address swarm.Address) (file.Joiner, int64, error)
New creates a new Joiner. A Joiner provides Read, Seek and Size functionalities.
func NewDecoderCache ¶
NewDecoderCache creates a new decoder cache
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.