enum Vips::Enums::Access

Defined in:

vips/enums.cr

Enum Members

Random = 0

Requests can come in any order

Sequential = 1

Means requests will be top-to-bottom, but with some amount of buffering behind the read point for small non-local accesses.

SequentialUnbuffered = 2

Top-to-bottom without a buffer.

Instance Method Summary

Instance Method Detail

def random? #

[View source]
def sequential? #

[View source]
def sequential_unbuffered? #

[View source]