Registry / serialization / richardlehane-mscfb

richardlehane-mscfb

JSON →
library1.0.6gogounverified

Package mscfb implements a reader for Microsoft's Compound File Binary File Format (OLE/COM).

go get github.com/richardlehane/mscfb
INSTALL
IMPORT
SIG · RICHARDLEHANE-MSCF
R
richardlehane-mscfb
serializationgov1.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mscfb
github.com/richardlehane/mscfb

Read a compound file

package main import ( "fmt" "os" "github.com/richardlehane/mscfb" ) func main() { f, _ := os.Open("file.doc") defer f.Close() doc, _ := mscfb.NewReader(f, 0) fmt.Println(doc) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
richardlehane-mscfb — go get richardlehane-mscfb · libregistry