| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.RawReplay
- data RawReplay = RawReplay Word32 Word32 ByteString Word32 Word32 ByteString ByteString
- newRawReplay :: ByteString -> ByteString -> ByteString -> RawReplay
Documentation
A raw, unprocessed replay. Only enough parsing is done to make sure that the CRCs are valid.
See ReplayWithoutFrames.
Constructors
| RawReplay Word32 Word32 ByteString Word32 Word32 ByteString ByteString |
Arguments
| :: ByteString | The header. |
| -> ByteString | The content. |
| -> ByteString | The footer. |
| -> RawReplay |
Creates a new RawReplay. You should prefer this over directly using the
constructor so that the sizes and CRCs are set correctly.