1 Star 0 Fork 0

coodder / unipdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
doc.go 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
jhonm 提交于 2023-08-07 15:31 . init
// Package writer contains the data writer that implements
// io.Writer, io.ByteWriter and allows to write single bits.
// The writer WriteBit method might be used in a dual way.
// By default it writes next bit starting from the LSB - least
// significant bit. By creating the Writer with NewMSB function
// the writer would write all bits starting from the MSB - most
// significant bit.
package writer
Go
1
https://gitee.com/coodder/unipdf.git
git@gitee.com:coodder/unipdf.git
coodder
unipdf
unipdf
v1.2.0

搜索帮助