Companion
object Companion
Functions
Link copied to clipboard
suspend fun create(dataSource: RandomAccessDataSource, serializedZipArchiveInformation: ByteArray): ColibrioResult<ZipResourceProvider>
fun create(dataSource: RandomAccessDataSource, serializedZipArchiveInformation: ByteArray, onSuccess: (ZipResourceProvider) -> Unit, onError: (ColibrioException) -> Unit)
Create a new instance of ZipResourceProvider using a RandomAccessDataSource to read the ZIP archive and serialized ZipArchiveInformation in binary format describing the ZIP archive.