Uses of Class
de.sfuhrm.radiorecorder.metadata.MimeType
-
Packages that use MimeType Package Description de.sfuhrm.radiorecorder.metadata Stream metadata interception classes. -
-
Uses of MimeType in de.sfuhrm.radiorecorder.metadata
Methods in de.sfuhrm.radiorecorder.metadata that return MimeType Modifier and Type Method Description static MimeTypeMimeType. valueOf(String name)Returns the enum constant of this type with the specified name.static MimeType[]MimeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.sfuhrm.radiorecorder.metadata that return types with arguments of type MimeType Modifier and Type Method Description static Optional<MimeType>MimeType. byContentType(String contentType)Finds the mime type by content type.
-