Package com.helger.web.encoding
Class AndroidFilenameEncoder
- java.lang.Object
-
- com.helger.web.encoding.AndroidFilenameEncoder
-
-
Field Summary
Fields Modifier and Type Field Description static charDEFAULT_REPLACEMENT_CHAR
-
Constructor Summary
Constructors Constructor Description AndroidFilenameEncoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncoded(String sSrc)static StringgetSafeAndroidFilename(String sSrc)static StringgetSafeAndroidFilename(String sSrc, char cReplacement)
-
-
-
Field Detail
-
DEFAULT_REPLACEMENT_CHAR
public static final char DEFAULT_REPLACEMENT_CHAR
- See Also:
- Constant Field Values
-
-