Package org.springframework.boot.buildpack.platform.io
package org.springframework.boot.buildpack.platform.io
IO classes and utilities.
-
ClassDescriptionContent with a known size that can be written to an
OutputStream.Utilities for dealing with file permissions and attributes.Contentthat is reads and inspects a source of data only once but allows it to be consumed multiple times.Interface that can be used to inspect content as it is initially read.IOBiConsumer<T,U> BiConsumer that can safely throwIO exceptions.IOConsumer<T>Consumer that can safely throwIO exceptions.IOSupplier<T>Supplier that can safely throwIO exceptions.Interface that can be used to write a file/directory layout.A user and group ID that can be used to indicate file ownership.A TAR archive that can be written to an output stream.Adapter class to convert a ZIP file to aTarArchive.