packed-data-0.2.0.0
Safe HaskellNone
LanguageHaskell2010

Data.Packed.Skippable

Synopsis

Documentation

class Skippable a where Source #

Methods

skip :: forall (r :: [Type]). PackedReader '[a] r () Source #

Instances

Instances details
Skippable FieldSize Source # 
Instance details

Defined in Data.Packed.FieldSize

Methods

skip :: forall (r :: [Type]). PackedReader '[FieldSize] r () Source #

Storable a => Skippable a Source # 
Instance details

Defined in Data.Packed.Skippable

Methods

skip :: forall (r :: [Type]). PackedReader '[a] r () Source #

unsafeSkipN :: forall (a :: [Type]) (r :: [Type]). Int -> PackedReader a r () Source #

UNSAFE: Shifts the cursor to n bytes to the right.