Versions in this module Expand all Collapse all v0 v0.0.2 Mar 29, 2020 v0.0.1 Mar 29, 2020 Changes in this version + type Table interface + GetPartitionSize func(int) (int64, error) + GetPartitionStart func(int) (int64, error) + ReadPartitionContents func(int, util.File, io.Writer) (int64, error) + Type func() string + Write func(util.File, int64) error + WritePartitionContents func(int, util.File, io.Reader) (uint64, error) + func Read(f util.File, logicalBlocksize, physicalBlocksize int) (Table, error)