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

Version Path
ruby-vips-1.0.6 lib/vips/access.rb
ruby-vips-1.0.5 lib/vips/access.rb
ruby-vips-1.0.4 lib/vips/access.rb
ruby-vips-1.0.3 lib/vips/access.rb
ruby-vips-1.0.2 lib/vips/access.rb
ruby-vips-1.0.1 lib/vips/access.rb
ruby-vips-1.0.0 lib/vips/access.rb
ruby-vips8-0.1.0 lib/vips8/access.rb