Protocol
ZipSourceReadable
public protocol ZipSourceReadable: ZipSourceAdapter
A protocol for custom readable sources.
Relationships
Conforms To
ZipSourceAdapterA base protocol for all custom sources.
Types Conforming to ZipSourceReadable
ZipSourceSeekableA protocol for custom readable and seekable sources.
Requirements
open()
func open() throws
read(to:count:)
func read(to buffer: UnsafeMutableRawPointer, count: Int) throws -> Int
close()
func close() throws
stat()
func stat() throws -> ZipStat