Pipes.ByteString

Producers

fromLazy

stdin

fromHandle

hGetSome

hGetNonBlocking

hGet

hGetRange

Servers

hGetSomeN

hGetN

Consumers

stdout

toHandle

Pipes

map

concatMap

take

takeWhile

filter

elemIndices

findIndices

scan

Folds

toLazy

toLazyM

foldBytes

head

last

null

length

any

all

maximum

minimum

elem

notElem

find

index

elemIndex

findIndex

count

Parsing

nextByte

drawByte

unDrawByte

peekByte

isEndOfBytes

Parsing Lenses

splitAt

span

break

groupBy

group

word

line

Transforming Byte Streams

drop

dropWhile

intersperse

pack

unpack

chunksOf'

FreeT Transformations

chunksOf

splitsWith

splits

groupsBy

groups

lines

unlines

words

unwords

Re-exports