borland Packages Class Hierarchy jbcl.io Package Index
java.lang.Object +----borland.jbcl.io.ByteToCharJava
Properties Methods
This class is used internally by other classes in the JBCL. You should never use this class directly.
public static final String parseEscapes(java.lang.String srcString)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public static final int parseUnicodeEscapes(char[] source, int start, int end)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public static final String parseUnicodeEscapes(java.lang.String srcString)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public static final byte[] toUnicodeEscape(char chIn)
This method is used internally by other classes in the JBCL. You should never use this method directly.