FileReader

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract suspend fun extractTo(pageIndex: Int, sink: Sink)
Link copied to clipboard
abstract suspend fun fileName(pageIndex: Int): String
Link copied to clipboard
abstract suspend fun fileSize(pageIndex: Int): Long
Link copied to clipboard
abstract suspend fun pageCount(): Int
Link copied to clipboard
abstract suspend fun source(pageIndex: Int): Source