Package org.midheaven.io
Class ByteContentFormat
java.lang.Object
org.midheaven.io.ByteContentFormat
-
Method Summary
Modifier and TypeMethodDescriptionPerforms contentType.booleanPerforms equals.Performs extension.inthashCode()Checks whether hash Code.static ByteContentFormatCreates an instance from the provided value.toString()Returns to String.
-
Method Details
-
of
Creates an instance from the provided value.- Parameters:
extension- the extension valuecontentType- the contentType value- Returns:
- the result of of
-
equals
Performs equals. -
hashCode
public int hashCode()Checks whether hash Code. -
toString
Returns to String. -
extension
Performs extension.- Returns:
- the result of extension
-
contentType
Performs contentType.- Returns:
- the result of contentType
-