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

Method createVideoType

output/java_guava/1.4.16/MediaType.java:890–892  ·  view source on GitHub ↗

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

(String subtype)

Source from the content-addressed store, hash-verified

888 */
889
890 static MediaType createVideoType(String subtype) {
891 return create(VIDEO_TYPE, subtype);
892 }
893
894 private static MediaType create(String type, String subtype, Multimap<String, String> parameters) {
895 checkNotNull(type);

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected