public class FilenameCharsetParser extends AbstractParser<FilenameCharsetParser.FilenameCharset>
| Modifier and Type | Class and Description |
|---|---|
static class |
FilenameCharsetParser.FilenameCharset
Encapsulates the "filename-charset" extension information
|
| Modifier and Type | Field and Description |
|---|---|
static FilenameCharsetParser |
INSTANCE |
BY_NAME_COMPARATOR, NAME_EXTRACTOR| Constructor and Description |
|---|
FilenameCharsetParser() |
| Modifier and Type | Method and Description |
|---|---|
FilenameCharsetParser.FilenameCharset |
parse(byte[] input,
int offset,
int len) |
FilenameCharsetParser.FilenameCharset |
parse(String s) |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, parsefindByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByNamepublic static final FilenameCharsetParser INSTANCE
public FilenameCharsetParser.FilenameCharset parse(byte[] input, int offset, int len)
public FilenameCharsetParser.FilenameCharset parse(String s)
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.