MCPcopy Create free account
hub / github.com/antlr/codebuff / createImageType

Method createImageType

output/java_guava/1.4.19/MediaType.java:870–872  ·  view source on GitHub ↗

Creates a media type with the "image" type and the given subtype. @throws IllegalArgumentException if subtype is invalid

(String subtype)

Source from the content-addressed store, hash-verified

868 */
869
870 static MediaType createImageType(String subtype) {
871 return create(IMAGE_TYPE, subtype);
872 }
873
874 /**
875 * Creates a media type with the "text" type and the given subtype.

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected