程序包 cn.taketoday.buildpack.platform.io
package cn.taketoday.buildpack.platform.io
IO classes and utilities.
-
类说明Content with a known size that can be written to an
OutputStream.DefaultOwnerimplementation.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.InternalOutputStreamused to capture the content either as bytes, or to a File if the content is too large.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.Layoutfor writing TAR archive content directly to anOutputStream.Adapter class to convert a ZIP file to aTarArchive.