Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.ReadFilePart
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 Data
Constructors
ReadFilePart | |
Fields
|
Instances
ToJSON ReadFilePart Source # | |
Defined in TD.Query.ReadFilePart Methods toJSON :: ReadFilePart -> Value # toEncoding :: ReadFilePart -> Encoding # toJSONList :: [ReadFilePart] -> Value # toEncodingList :: [ReadFilePart] -> Encoding # | |
Show ReadFilePart Source # | |
Defined in TD.Query.ReadFilePart Methods showsPrec :: Int -> ReadFilePart -> ShowS # show :: ReadFilePart -> String # showList :: [ReadFilePart] -> ShowS # | |
Eq ReadFilePart Source # | |
Defined in TD.Query.ReadFilePart | |
ShortShow ReadFilePart Source # | |
Defined in TD.Query.ReadFilePart Methods shortShow :: ReadFilePart -> String Source # |