Uses of Class
com.sun.xml.fastinfoset.util.CharArrayIntMap
-
Packages that use CharArrayIntMap Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.util com.sun.xml.fastinfoset.vocab -
-
Uses of CharArrayIntMap in com.sun.xml.fastinfoset
Methods in com.sun.xml.fastinfoset with parameters of type CharArrayIntMap Modifier and Type Method Description booleanEncoder. canAddCharacterContentToTable(int length, CharArrayIntMap map)Checks whether character content table has enough memory to store character content chunk with the given lengthprotected voidEncoder. encodeNonIdentifyingStringOnFirstBit(char[] ch, int offset, int length, CharArrayIntMap map, boolean addToTable, boolean clone)Encode a non identifying string on the first bit of an octet.Implementation of clause C.14 of ITU-T Rec.protected voidEncoder. encodeNonIdentifyingStringOnFirstBit(java.lang.String s, CharArrayIntMap map, boolean addToTable)Encode a non identifying string on the first bit of an octet.Implementation of clause C.14 of ITU-T Rec.protected voidEncoder. encodeNonIdentifyingStringOnThirdBit(char[] ch, int offset, int length, CharArrayIntMap map, boolean addToTable, boolean clone)Encode a non identifying string on the third bit of an octet.Implementation of clause C.15 of ITU-T Rec. -
Uses of CharArrayIntMap in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as CharArrayIntMap Modifier and Type Field Description private CharArrayIntMapCharArrayIntMap. _readOnlyMapMethods in com.sun.xml.fastinfoset.util with parameters of type CharArrayIntMap Modifier and Type Method Description voidCharArrayIntMap. setReadOnlyMap(CharArrayIntMap readOnlyMap, boolean clear) -
Uses of CharArrayIntMap in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as CharArrayIntMap Modifier and Type Field Description CharArrayIntMapSerializerVocabulary. characterContentChunkCharArrayIntMapSerializerVocabulary. otherStringMethods in com.sun.xml.fastinfoset.vocab with parameters of type CharArrayIntMap Modifier and Type Method Description private voidSerializerVocabulary. addToTable(java.lang.String s, CharArrayIntMap m)private voidSerializerVocabulary. addToTable(java.util.Iterator<java.lang.String> i, CharArrayIntMap m)
-