Documentation
¶
Index ¶
Constants ¶
View Source
const (
// Magic is the ISO 9660 magic signature.
Magic = "CD001"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { }
Options is the functional options struct.
func NewDefaultOptions ¶
NewDefaultOptions initializes a Options struct with default values.
type SuperBlock ¶
type SuperBlock struct { FType uint8 ID [5]uint8 Version uint8 Flags uint8 SystemID [32]uint8 VolumeID [32]uint8 SpaceSize [8]uint8 EscapeSequences [8]uint8 PublisherID [128]uint8 ApplicationID [128]uint8 // contains filtered or unexported fields }
SuperBlock represents the ISO 9660 super block.
func (*SuperBlock) Offset ¶
func (sb *SuperBlock) Offset() int64
Offset implements the SuperBlocker interface.
func (*SuperBlock) Type ¶
func (sb *SuperBlock) Type() string
Type implements the SuperBlocker interface.
Click to show internal directories.
Click to hide internal directories.