swf-1.0.1: A library for creating Shockwave Flash (SWF) files

Swf.Bin

Documentation

nuBits :: (Ord a, Bits a) => a -> Word8Source

nsBits :: (Ord a, Bits a) => a -> Word8Source

addBits :: (Integral a, Ord a, Bits a) => ([Word8], Int) -> (a, Int) -> ([Word8], Int)Source

class Has a whereSource

Methods

has :: a -> Word8Source

Instances

class SwfBinPartial a whereSource

Methods

toBinP :: Word8 -> Word8 -> ([Word8], Int) -> a -> ([Word8], Int)Source