Uses of Class
xyz.apollosoftware.bibliothiki.compression.ArchiveEntry.Builder
Packages that use ArchiveEntry.Builder
-
Uses of ArchiveEntry.Builder in xyz.apollosoftware.bibliothiki.compression
Methods in xyz.apollosoftware.bibliothiki.compression that return ArchiveEntry.BuilderModifier and TypeMethodDescriptionstatic @NonNull ArchiveEntry.BuilderArchiveEntry.builder()Create a builder for anArchiveEntry.@NonNull ArchiveEntry.BuilderSet the name (qualified file path) of the entry.@NonNull ArchiveEntry.BuilderArchiveEntry.Builder.permissions(@Nullable ArchiveEntry.PermissionSet permissions) Set the UNIX permissions of the entry.@NonNull ArchiveEntry.BuilderSet the file size, in bytes, of the entry.@NonNull ArchiveEntry.BuilderArchiveEntry.Builder.type(@NonNull ArchiveEntry.Type type) Set theArchiveEntry.Typeof the entry.