module V1::Layer
Direct including types
Defined in:
v1/layer.crInstance Method Summary
-
#compressed : IO
Compressed returns an io.ReadCloser for the compressed layer contents.
-
#diff_id : V1::Hash
DiffID returns the Hash of the uncompressed layer.
-
#digest : V1::Hash
Digest returns the Hash of the compressed layer.
-
#media_type : Types::MediaType
MediaType returns the media type of the layer
-
#size : Int64
Size returns the compressed size of the layer
-
#uncompressed : IO
Uncompressed returns an io.ReadCloser for the uncompressed layer contents.
Instance Method Detail
abstract
def compressed : IO
#
Compressed returns an io.ReadCloser for the compressed layer contents.
abstract
def uncompressed : IO
#
Uncompressed returns an io.ReadCloser for the uncompressed layer contents.