Documentation
¶
Overview ¶
Package apfs implements access to and creation of APFS volumes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APFS ¶
type APFS struct {
Container *types.NxSuperblock
Valid *types.NxSuperblock
Volume *types.ApfsSuperblock
FSRootBtree types.BTreeNodePhys
// contains filtered or unexported fields
}
APFS apple file system object
func NewAPFS ¶
NewAPFS creates a new APFS for accessing a apple filesystem container or file in an underlying reader. The apfs is expected to start at position 0 in the ReaderAt.
func Open ¶ added in v1.0.23
Open opens the named file using os.Open and prepares it for use as an APFS.
func (*APFS) Close ¶
Close closes the APFS. If the APFS was created using NewFile directly instead of Open, Close has no effect.
Click to show internal directories.
Click to hide internal directories.