| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Stream
Documentation
A stream of bits.
Constructors
| Stream | |
Fields | |
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 # | |
| HasField "stream" ReplayWithoutFrames Stream | |
| HasField "unpack" Stream ByteString Source # | |
| ModifyField "stream" ReplayWithoutFrames ReplayWithoutFrames Stream Stream | |
| ModifyField "unpack" Stream Stream ByteString ByteString Source # | |
| ModifyRec "stream" Stream cs0 => HasField "stream" (Rec cs0 ReplayWithoutFrames) Stream | |
| ModifyRec "unpack" ByteString cs0 => HasField "unpack" (Rec cs0 Stream) ByteString Source # | |
| ModifyRec "stream" Stream cs0 => ModifyField "stream" (Rec cs0 ReplayWithoutFrames) (Rec cs0 ReplayWithoutFrames) Stream Stream | |
| ModifyRec "unpack" ByteString cs0 => ModifyField "unpack" (Rec cs0 Stream) (Rec cs0 Stream) ByteString ByteString Source # | |
| type Rep Stream Source # | |
| type FieldType "unpack" Stream Source # | |
| type UpdateType "stream" ReplayWithoutFrames Stream | |
| type UpdateType "unpack" Stream ByteString Source # | |