API Reference/PrivMX Endpoint Swift Extra/Inboxes
FileDataSource
Fields
privateMeta
Data
Declared private (to be encrypted) metadata of the File
publicMeta
Data
Declared public metadata of the File
size
Int64
Declared size of the File
hasDataLeft
Bool
Signifies that there are still bytes that have not been retrieved
Methods
getNextChunk(ofSize:)
Retrieves up to chunkSize
bytes from the data source.
Params
chunkSize
Int64
the size of a chunk to retrieve from the source
Returns
Data
·
next chunkSize
bytes from the source
close()
Attempts to close the data source. Calling this method makes sense if the source is a file on disc.
We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.
PrivMX Endpoint Swift v2.3
This package is not up to date with the core documentation. Some of the features you've seen described in other parts of the documentation might not be mentioned here. Those changes do not influence compatibility, however