hPDB-0.999: Protein Databank file format library

Safe HaskellNone

Bio.PDB.IO.OpenAnyFile

Description

Opening and reading a either normal or gzipped file in an efficient way - either using strict ByteString or mmap

Documentation

writeFile :: FilePath -> (Handle -> IO a) -> IO ()Source