Documentation
¶
Index ¶
- type MagneticTapeIO
- func (t MagneticTapeIO) EjectTape(fd uintptr) error
- func (t MagneticTapeIO) GetCurrentRecordFromTape(fd uintptr) (int64, error)
- func (t MagneticTapeIO) GoToEndOfTape(fd uintptr) error
- func (t MagneticTapeIO) GoToNextFileOnTape(fd uintptr) error
- func (t MagneticTapeIO) SeekToRecordOnTape(fd uintptr, record int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MagneticTapeIO ¶
type MagneticTapeIO struct{}
func (MagneticTapeIO) EjectTape ¶
func (t MagneticTapeIO) EjectTape(fd uintptr) error
func (MagneticTapeIO) GetCurrentRecordFromTape ¶
func (t MagneticTapeIO) GetCurrentRecordFromTape(fd uintptr) (int64, error)
func (MagneticTapeIO) GoToEndOfTape ¶
func (t MagneticTapeIO) GoToEndOfTape(fd uintptr) error
func (MagneticTapeIO) GoToNextFileOnTape ¶
func (t MagneticTapeIO) GoToNextFileOnTape(fd uintptr) error
func (MagneticTapeIO) SeekToRecordOnTape ¶
func (t MagneticTapeIO) SeekToRecordOnTape(fd uintptr, record int32) error
Click to show internal directories.
Click to hide internal directories.