Uses of Enum Class
xyz.apollosoftware.bibliothiki.compression.ArchiveEntry.Type
Packages that use ArchiveEntry.Type
-
Uses of ArchiveEntry.Type in xyz.apollosoftware.bibliothiki.compression
Methods in xyz.apollosoftware.bibliothiki.compression that return ArchiveEntry.TypeModifier and TypeMethodDescription@NonNull ArchiveEntry.TypeArchiveEntry.type()Returns the value of thetyperecord component.static ArchiveEntry.TypeReturns the enum constant of this class with the specified name.static ArchiveEntry.Type[]ArchiveEntry.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in xyz.apollosoftware.bibliothiki.compression with parameters of type ArchiveEntry.TypeModifier and TypeMethodDescription@NonNull ArchiveEntry.BuilderArchiveEntry.Builder.type(@NonNull ArchiveEntry.Type type) Set theArchiveEntry.Typeof the entry.Constructors in xyz.apollosoftware.bibliothiki.compression with parameters of type ArchiveEntry.TypeModifierConstructorDescriptionArchiveEntry(@NonNull String name, @NonNull ArchiveEntry.Type type, @Nullable ArchiveEntry.PermissionSet permissions, @Nullable Long size) Construct an entry found in an archive.