Module

Erl.Data.Binary

Package
erl-binary
Repository
purerl/purescript-erl-binary

#byteSize Source

byteSize :: Binary -> Int

Size in bytes of a binary

#part Source

part :: Int -> Int -> Binary -> Maybe Binary

Extract part of binary.

Start: zero-based offset into the binary Len: A negative length can be used to extract bytes at the end of a binary Binary: The binary to extract from

Re-exports from Erl.Data.Binary.Type

#showAsPurescript Source

#showAsErlang Source