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 TypeClassDescriptionclassContentthat 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 ContentContent.of(byte[] bytes) Create a newContentfrom the given input stream.static ContentContent.of(int size, IOSupplier<InputStream> supplier) Create a newContentfrom the given input stream.static ContentCreate a newContentfrom the given file.static ContentCreate a newContentfrom the given UTF-8 string.Methods in org.springframework.boot.buildpack.platform.io with parameters of type ContentModifier and TypeMethodDescriptionvoidWrite a file to the content.default voidWrite a file to the content.static InspectedContentInspectedContent.of(Content content, InspectedContent.Inspector... inspectors) Factory method to create anInspectedContentinstance from source content.