Documentation ¶
Index ¶
Constants ¶
Variables ¶
View Source
var DEBUG = false
View Source
var ENDOFCHAIN = uint32(0xFFFFFFFE) //-2
View Source
var FREESECT = uint32(0xFFFFFFFF) // -1
Functions ¶
This section is empty.
Types ¶
type File ¶
type Header ¶
type Header struct { Id [2]uint32 Clid [4]uint32 Verminor uint16 Verdll uint16 Byteorder uint16 Lsectorb uint16 Lssectorb uint16 Cfat uint32 //Total number of sectors used for the sector allocation table Dirstart uint32 //SecID of first sector of the directory stream Sectorcutoff uint32 //Minimum size of a standard stream Sfatstart uint32 //SecID of first sector of the short-sector allocation table Csfat uint32 //Total number of sectors used for the short-sector allocation table Difstart uint32 //SecID of first sector of the master sector allocation table Cdif uint32 //Total number of sectors used for the master sector allocation table Msat [109]uint32 // contains filtered or unexported fields }
type Ole ¶
type StreamReader ¶
type StreamReader struct {
// contains filtered or unexported fields
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.