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.cr

Instance Method Summary

Instance Method Detail

abstract def diff_id : V1::Hash #

diff_id returns the Hash of the uncompressed layer.


[View source]
abstract def media_type : Types::MediaType #

returns the mediaType for the compressed layer


[View source]
abstract def uncompressed : IO #

uncompressed returns an IO for the uncompressed layer contents


[View source]