| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Stream
- newtype Stream = Stream ByteString
Documentation
A stream of bits.
Constructors
| Stream ByteString |
Instances
| Eq Stream Source # | |
| Show Stream Source # | Doesn't show the actual bytes to avoid dumping tons of text.
|
| Generic Stream Source # | |
| Binary Stream Source # | Prefixed by a length in bytes. Each byte is reversed such that
|
| NFData Stream Source # | |
| type Rep Stream Source # | |