Uses of Class
org.c02e.jpgpj.FileMetadata.Format
-
Packages that use FileMetadata.Format Package Description org.c02e.jpgpj -
-
Uses of FileMetadata.Format in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as FileMetadata.Format Modifier and Type Field Description static FileMetadata.Format
FileMetadata. DEFAULT_FORMAT
private FileMetadata.Format
FileMetadata. format
Methods in org.c02e.jpgpj that return FileMetadata.Format Modifier and Type Method Description static FileMetadata.Format
FileMetadata.Format. byCode(char code)
FileMetadata.Format
FileMetadata. getFormat()
static FileMetadata.Format
FileMetadata.Format. valueOf(java.lang.String name)
Returns 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.Format Modifier and Type Method Description void
FileMetadata. setFormat(FileMetadata.Format x)
FileMetadata
FileMetadata. withFormat(FileMetadata.Format x)
Constructors in org.c02e.jpgpj with parameters of type FileMetadata.Format Constructor Description FileMetadata(java.lang.String name, FileMetadata.Format format)
Constructs a metadata object with the specified file name and line-ending format.FileMetadata(java.lang.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.
-