インターフェースの使用
org.springframework.boot.buildpack.platform.io.Content
Content を使用するパッケージ
パッケージ
説明
Docker 型。
IO クラスとユーティリティ。
org.springframework.boot.buildpack.platform.docker.type 内の Content 使用
org.springframework.boot.buildpack.platform.io 内の Content 使用
Content を実装している org.springframework.boot.buildpack.platform.io のクラス修飾子と型メソッド説明static ContentContent.of(byte[] bytes) 指定された入力ストリームから新しいContentを作成します。static ContentContent.of(int size, IOSupplier<InputStreamSE> supplier) 指定された入力ストリームから新しいContentを作成します。static Content指定されたファイルから新しいContentを作成します。static Content指定された UTF-8 文字列から新しいContentを作成します。型 Content のパラメーターを持つ org.springframework.boot.buildpack.platform.io のメソッド修飾子と型メソッド説明voidコンテンツにファイルを書き込みます。default voidコンテンツにファイルを書き込みます。static InspectedContentInspectedContent.of(Content content, InspectedContent.Inspector... inspectors) ソースコンテンツからInspectedContentインスタンスを作成するファクトリメソッド。