mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-02 22:17:06 +08:00
11 lines
375 B
Go
11 lines
375 B
Go
![]() |
/*
|
||
|
* This file is subject to the terms and conditions defined in
|
||
|
* file 'LICENSE.md', which is part of this source code package.
|
||
|
*/
|
||
|
|
||
|
// Package reader provides the stream readers used by the jbig2
|
||
|
// segments decoder. It defines the StreamReader interface that
|
||
|
// allows to read bit, bits, byte, bytes change and get the stream
|
||
|
// position, align the bits.
|
||
|
package reader
|