enum Zip::Action

Overview

Constants passed to user-provided ProcSource proc. See ProcSource for usage.

Defined in:

zip/constants.cr

Enum Members

OPEN = 0

Open source and prepare it for reading.

READ = 1

Read data.

CLOSE = 2

Reading is done.

STAT = 3

Get meta information.

ERROR = 4

Get error information.

FREE = 5

Clean up and free resources.

Instance Method Summary

Instance Method Detail

def close? #

[View source]
def error? #

[View source]
def free? #

[View source]
def open? #

[View source]
def read? #

[View source]
def stat? #

[View source]