sendfile-0.7.10: A portable sendfile library

Safe HaskellNone
LanguageHaskell98

Network.Socket.SendFile.Portable

Documentation

unsafeSendFile' Source #

Arguments

:: Handle

The output handle

-> FilePath

The input filepath

-> Integer

The offset to start at

-> Integer

The number of bytes to send

-> IO () 

unsafeSendFileIterWith' Source #

Arguments

:: (IO Iter -> IO a) 
-> Handle

The output handle

-> FilePath

The input filepath

-> Integer

maximum block size

-> Integer

The offset to start at

-> Integer

The number of bytes to send

-> IO a