sendfile-0.7.8: A portable sendfile library

Safe HaskellNone

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