Enum Class EscapeCode

java.lang.Object
java.lang.Enum<EscapeCode>
org.refcodes.data.EscapeCode
All Implemented Interfaces:
Serializable, Comparable<EscapeCode>, Constable

public enum EscapeCode extends Enum<EscapeCode>
The EscapeCode enumeration contains all of Java's escape codes (https://docs.oracle.com/javase/tutorial/java/data/characters.html) and the escape sequences (being the defused escape codes) as well as methods to retrieve the escape code from the escape sequence (as of toEscapeCode(String)) and vice versa (as of toEscapeCode(char)).