public final class MimeTypeHelper extends Object
修飾子とタイプ | メソッドと説明 |
---|---|
static boolean |
equals(String type1,
String type2)
2つのMIMEタイプがパラメータを除いて同じがどうかを判別します。
|
static String |
getParameter(String type,
String name)
Content-Typeヘッダパラメータの値を返します。
|
static String |
getTypePart(String type)
パラメータを除いた部分を返します。
|
public static boolean equals(String type1, String type2)
type1
- MIME型1。type2
- MIME型2。public static String getTypePart(String type)
type
- MIME型。Copyright © 2024 座間ソフト. All rights reserved.