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) |
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, parse
findByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByName
public static final FilenameCharsetParser INSTANCE
public FilenameCharsetParser.FilenameCharset parse(byte[] input, int offset, int len)
public FilenameCharsetParser.FilenameCharset parse(String s)
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.