Uses of Enum
org.c02e.jpgpj.FileMetadata.Format
Packages that use FileMetadata.Format
-
Uses of FileMetadata.Format in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as FileMetadata.FormatModifier and TypeFieldDescriptionstatic final FileMetadata.FormatFileMetadata.DEFAULT_FORMATprivate FileMetadata.FormatFileMetadata.formatMethods in org.c02e.jpgpj that return FileMetadata.FormatModifier and TypeMethodDescriptionstatic FileMetadata.FormatFileMetadata.Format.byCode(char code) FileMetadata.getFormat()static FileMetadata.FormatReturns the enum constant of this type with the specified name.static FileMetadata.Format[]FileMetadata.Format.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.c02e.jpgpj with parameters of type FileMetadata.FormatModifier and TypeMethodDescriptionvoidFileMetadata.setFormat(FileMetadata.Format x) FileMetadata.withFormat(FileMetadata.Format x) Constructors in org.c02e.jpgpj with parameters of type FileMetadata.FormatModifierConstructorDescriptionFileMetadata(String name, FileMetadata.Format format) Constructs a metadata object with the specified file name and line-ending format.FileMetadata(String name, FileMetadata.Format format, long length, long lastModified) Constructs a metadata object with the specified file name, line-ending format, length in bytes, and modified date in ms since the epoch.