0.1.2 • Published 7 years ago

cfbf v0.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

node-cfbf

npm version

A Node.js binding for POLE, the portable C++ library to access Microsoft OLE compound binary file

Installation

npm install cfbf

Usage

Class: pole.Storage

A Storage provides an interface for accessing OLE file. Only synchronous reading is supported yet.

new pole.Storage(filepath)

Opens a new file stream.

storage.streamSync(path)

Returns a binary [Buffer](https://nodejs.org/api/buffer.html#buffer_class_buffer) of the specified stream.

storage.closeSync()

Closes a file stream.

License

POLE is under the BSD 3-clause license, and this binding package is under MIT license. See LICENSE and NOTICE.

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago