Package com.fasterxml.aalto.in
Class ReaderConfig.EncodingContext
java.lang.Object
com.fasterxml.aalto.in.ReaderConfig.EncodingContext
- Enclosing class:
ReaderConfig
This is a simple container class that is used to encapsulate
per-factory encoding-dependant information like symbol tables.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ByteBasedPNameTable
(package private) CharBasedPNameTable
If there is no encoding to worry about, we only need a single symbol table.(package private) ByteBasedPNameTable
(package private) ByteBasedPNameTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
-
Field Details
-
mUtf8Table
ByteBasedPNameTable mUtf8Table -
mLatin1Table
ByteBasedPNameTable mLatin1Table -
mAsciiTable
ByteBasedPNameTable mAsciiTable -
mGeneralTable
CharBasedPNameTable mGeneralTableIf there is no encoding to worry about, we only need a single symbol table.
-
-
Constructor Details
-
EncodingContext
EncodingContext()
-
-
Method Details
-
getUtf8Symbols
-
updateUtf8Symbols
-
getLatin1Symbols
-
updateLatin1Symbols
-
getAsciiSymbols
-
updateAsciiSymbols
-
getSymbols
-
updateSymbols
-