SwiftZip Documentation Beta

Protocol Zip​Source​Seekable

public protocol ZipSourceSeekable: ZipSourceReadable

A protocol for custom readable and seekable sources.

%3 ZipSourceSeekable ZipSourceSeekable ZipSourceReadable ZipSourceReadable ZipSourceSeekable->ZipSourceReadable

Conforms To

ZipSourceReadable

A protocol for custom readable sources.

Requirements

seek(offset:​relative​To:​)

func seek(offset: Int, relativeTo whence: ZipWhence) throws

tell()

func tell() throws -> Int