octane-0.11.0: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Type.RawReplay

Documentation

data RawReplay Source #

Instances

Eq RawReplay Source # 
Show RawReplay Source # 
Generic RawReplay Source # 

Associated Types

type Rep RawReplay :: * -> * #

Binary RawReplay Source #

Decoding will fail if the CRCs don't match, but it is possible to encode invalid replays. That means decode (encode rawReplay) can fail.

NFData RawReplay Source # 

Methods

rnf :: RawReplay -> () #

type Rep RawReplay Source # 

newRawReplay Source #

Arguments

:: ByteString

The $sel:header:RawReplay.

-> ByteString

The $sel:content:RawReplay.

-> ByteString

The $sel:footer:RawReplay.

-> RawReplay