sendfile-0.7.11.4: A portable sendfile library
Safe HaskellNone
LanguageHaskell2010

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