public class AndroidFilenameEncoder extends Object implements com.helger.commons.codec.IEncoder<String,String>
| Modifier and Type | Field and Description |
|---|---|
static char |
DEFAULT_REPLACEMENT_CHAR |
| Constructor and Description |
|---|
AndroidFilenameEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoded(String sSrc) |
static String |
getSafeAndroidFilename(String sSrc) |
static String |
getSafeAndroidFilename(String sSrc,
char cReplacement) |
public static final char DEFAULT_REPLACEMENT_CHAR
Copyright © 2014–2019 Philip Helger. All rights reserved.