Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data ReadFilePart = ReadFilePart {}
- defaultReadFilePart :: ReadFilePart
Documentation
data ReadFilePart Source #
Reads a part of a file from the TDLib file cache and returns read bytes. This method is intended to be used only if the application has no direct access to TDLib's file system, because it is usually slower than a direct read from the file. Returns FilePart
ReadFilePart | |
|
Instances
ToJSON ReadFilePart Source # | |
Defined in TD.Query.ReadFilePart toJSON :: ReadFilePart -> Value # toEncoding :: ReadFilePart -> Encoding # toJSONList :: [ReadFilePart] -> Value # toEncodingList :: [ReadFilePart] -> Encoding # | |
Show ReadFilePart Source # | |
Defined in TD.Query.ReadFilePart showsPrec :: Int -> ReadFilePart -> ShowS # show :: ReadFilePart -> String # showList :: [ReadFilePart] -> ShowS # | |
Eq ReadFilePart Source # | |
Defined in TD.Query.ReadFilePart (==) :: ReadFilePart -> ReadFilePart -> Bool # (/=) :: ReadFilePart -> ReadFilePart -> Bool # | |
ShortShow ReadFilePart Source # | |
Defined in TD.Query.ReadFilePart shortShow :: ReadFilePart -> String Source # |