public abstract class FileNameCodec extends Object
| コンストラクタと説明 |
|---|
FileNameCodec() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract String |
decode(String value) |
protected String |
decode(String value,
char headerChar) |
protected int |
decodeChars(char[] sequence,
int start,
StringBuilder buffer,
char headerChar) |
abstract String |
encode(String value) |
static FileNameCodec |
getInstance() |
protected boolean |
isHexAlphaOrDigit(char c) |
public static FileNameCodec getInstance()
protected int decodeChars(char[] sequence,
int start,
StringBuilder buffer,
char headerChar)
protected boolean isHexAlphaOrDigit(char c)
Copyright © 2017. All rights reserved.