| Modifier and Type | Method and Description |
|---|---|
static Blob |
Blobs.from(BlobWriter writer) |
static Blob |
Blobs.from(InputStream inputStream) |
static Blob |
Blobs.from(Path file) |
static Blob |
Blobs.from(String content) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Blobs.writeToString(Blob blob)
Writes the BLOB to a string.
|
| Modifier and Type | Method and Description |
|---|---|
Blob |
CachedLayer.getBlob() |
| Modifier and Type | Method and Description |
|---|---|
Blob |
Response.getBody()
Gets the HTTP response body as a
Blob. |
| Constructor and Description |
|---|
BlobHttpContent(Blob blob,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
Blob |
ReferenceLayer.getBlob() |
Blob |
Layer.getBlob() |
Blob |
ReferenceNoDiffIdLayer.getBlob() |
Blob |
DigestOnlyLayer.getBlob() |
Blob |
UnwrittenLayer.getBlob()
Gets the uncompressed layer content BLOB.
|
| Constructor and Description |
|---|
UnwrittenLayer(Blob uncompressedBlob)
Initializes with the uncompressed
Blob of the layer content. |
| Modifier and Type | Method and Description |
|---|---|
Blob |
ImageToJsonTranslator.getContainerConfigurationBlob()
Gets the container configuration as a
Blob. |
| Modifier and Type | Method and Description |
|---|---|
static Blob |
JsonTemplateMapper.toBlob(JsonTemplate template)
Convert a
JsonTemplate to a Blob of the JSON string. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegistryClient.pushBlob(DescriptorDigest blobDigest,
Blob blob)
Pushes the BLOB, or skips if the BLOB already exists on the registry.
|
| Modifier and Type | Method and Description |
|---|---|
Blob |
TarStreamBuilder.toBlob()
Builds a
Blob that can stream the uncompressed tarball archive BLOB. |
Copyright © 2018. All rights reserved.