public class Parser extends Object
Constructor and Description |
---|
Parser()
Constructor of Parser class used to read all rfc files.
|
Modifier and Type | Method and Description |
---|---|
List<List<Integer>> |
getAsciiControl() |
List<Integer> |
getAsciiSpace() |
List<List<Integer>> |
getChangeDisplayProperties() |
List<List<Integer>> |
getInappropriateCanonicalRepresentation() |
List<List<Integer>> |
getInappropriatePlainText() |
List<Integer> |
getMapToNothing() |
Map<Integer,List<Integer>> |
getMapUsedWithNfkc() |
Map<Integer,List<Integer>> |
getMapUsedWithNoNormalization() |
List<List<Integer>> |
getNonAsciiControl() |
List<Integer> |
getNonAsciiSpace() |
List<List<Integer>> |
getNonCharacterCodePoints() |
List<List<Integer>> |
getPrivateUse() |
List<List<Integer>> |
getPropertyL() |
List<List<Integer>> |
getPropertyRorAL() |
List<List<Integer>> |
getSurrogateCodes() |
List<List<Integer>> |
getTaggingCharacters() |
List<List<Integer>> |
getUnassignedCodePoints() |
public Parser() throws IOException
IOException
- if a RFC file can't be readCopyright © 2019–2023. All rights reserved.