Package io.github.astrapi69.file.create.model
package io.github.astrapi69.file.create.model
-
ClassDescriptionThe class
FileContentInfo
represents information about file content, including checksum and binary data.FileContentInfo.FileContentInfoBuilder<C extends FileContentInfo,B extends FileContentInfo.FileContentInfoBuilder<C, B>> The builder class for constructing `FileContentInfo` objects.The enumFileCreationState
provides constants for the file creation stateThe classFileInfo
represents file information, including name, path, and directory flag.The builder class for constructing `FileInfo` objects.