@hackage handle-like0.0.0.1

HandleLike class

A tiny package. It's contain the following class.

class HandleLike h where
    hlPut :: h -> ByteString -> IO ()
    hlGet :: h -> Int -> IO ByteString
    hlGetByte :: h -> IO Word8
    hlGetLine :: h -> IO ByteString
    hlGetContent :: h -> IO ByteString
    hlClose :: h -> IO ()