Documentation
¶
Overview ¶
sparsebundle implements a reader writer seeker closer for macOS sparse bundle format.
Index ¶
- Variables
- type Bundle
- func (b *Bundle) Close() error
- func (b *Bundle) Err() error
- func (b *Bundle) Flush() error
- func (b *Bundle) Read(p []byte) (n int, err error)
- func (b *Bundle) ReadAt(p []byte, off int64) (n int, err error)
- func (b *Bundle) Seek(offset int64, whence int) (int64, error)
- func (b *Bundle) Size() int64
- func (b *Bundle) Trim(size int) (n int, err error)
- func (b *Bundle) Write(p []byte) (n int, err error)
- func (b *Bundle) WriteAt(p []byte, off int64) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
type Bundle struct {
// contains filtered or unexported fields
}
Implements the
Click to show internal directories.
Click to hide internal directories.