Sha256: 370b2b04a0e628144a27c9e484960c93edc1081f2b8957f2fd20c8c8b7166ed1
Contents?: true
Size: 482 Bytes
Versions: 8
Compression:
Stored size: 482 Bytes
Contents
module Vips # The type of access an operation has to supply. # # * `:random` means requests can come in any order. # # * `:sequential` means requests will be top-to-bottom, but with some # amount of buffering behind the read point for small non-local # accesses. # # * `:sequential_unbuffered` means requests will be strictly # top-to-bottom with no read-behind. This can save some memory. class Access end end
Version data entries
8 entries across 8 versions & 2 rubygems