|
| OpenAFP.Types.Buffer | | Portability | non-portable (GHC-only) | | Stability | experimental | | Maintainer | audreyt@audreyt.org |
|
|
|
| Description |
| This module handles sized binary buffers.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| The Buf class represents buffers, with the leading bytes
representing its length.
| | | Methods | | | Instances | |
|
|
|
| Buffer0, being a simple BS, is of unlimited length.
| | Constructors | | Instances | |
|
|
|
| Buffer1 uses one byte as length, hence is at most 254 bytes long.
| | Constructors | | Instances | |
|
|
|
| Buffer2 uses two bytes; it can store up to 65535 bytes.
| | Constructors | | Instances | |
|
|
| Produced by Haddock version 2.3.0 |