@gswl/dbuf
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

dbuf

let wb = new DWriteBuf(); wb.writeString("fdfd"); let buf = wb.toBuffer();

let rb = new DReadBuf(buf); rb.readString(); 然后可以按类型读取buf内容,buf应该用DWriteBuf生成, 读的顺序必须和写的顺序一致

Readme

Keywords

none

Package Sidebar

Install

npm i @gswl/dbuf

Weekly Downloads

0

Version

1.0.9

License

ISC

Unpacked Size

22.4 kB

Total Files

14

Last publish

Collaborators

  • gswlwp