Protocol
ZipSourceSeekable
public protocol ZipSourceSeekable: ZipSourceReadable
A protocol for custom readable and seekable sources.
Relationships
Conforms To
ZipSourceReadable
A protocol for custom readable sources.
Requirements
seek(offset:relativeTo:)
func seek(offset: Int, relativeTo whence: ZipWhence) throws
tell()
func tell() throws -> Int