module V1::Partial::UncompressedLayer
Overview
UncompressedLayer represents the bare minimum interface a natively uncompressed layer must implement for us to produce a v1.Layer
Defined in:
v1/partial/uncompressed.crInstance Method Summary
-
#diff_id : V1::Hash
diff_id returns the Hash of the uncompressed layer.
-
#media_type : Types::MediaType
returns the mediaType for the compressed layer
-
#uncompressed : IO
uncompressed returns an IO for the uncompressed layer contents