module V1::Partial::CompressedLayer
Overview
CompressedLayer represents the bare minimum interface a natively compressed layer must implement for us to produce a v1.Layer
Direct including types
Defined in:
v1/partial/compressed.crInstance Method Summary
-
#compressed : IO
returns an IO for the compressed layer
-
#digest : V1::Hash
returns the Hash of the compressed layer.
-
#media_type : Types::MediaType
returns the media type of compressed layer
-
#size : Int64
returns the compressed size of the layer