Uses of Interface
org.springframework.boot.buildpack.platform.io.Content
Packages that use Content
Package
Description
Docker types.
IO classes and utilities.
-
Uses of Content in org.springframework.boot.buildpack.platform.docker.type
Classes in org.springframework.boot.buildpack.platform.docker.type that implement Content -
Uses of Content in org.springframework.boot.buildpack.platform.io
Classes in org.springframework.boot.buildpack.platform.io that implement ContentModifier and TypeClassDescriptionclass
Content
that is reads and inspects a source of data only once but allows it to be consumed multiple times.Methods in org.springframework.boot.buildpack.platform.io that return ContentModifier and TypeMethodDescriptionstatic Content
Content.of
(byte[] bytes) Create a newContent
from the given input stream.static Content
Content.of
(int size, IOSupplier<InputStream> supplier) Create a newContent
from the given input stream.static Content
Create a newContent
from the given file.static Content
Create a newContent
from the given UTF-8 string.Methods in org.springframework.boot.buildpack.platform.io with parameters of type ContentModifier and TypeMethodDescriptionvoid
Write a file to the content.default void
Write a file to the content.static InspectedContent
InspectedContent.of
(Content content, InspectedContent.Inspector... inspectors) Factory method to create anInspectedContent
instance from source content.