borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.io 

ByteToCharJava class

java.lang.Object
   +----borland.jbcl.io.ByteToCharJava

About the ByteToCharJava class

Properties  Methods  

This class is used internally by other classes in the JBCL. You should never use this class directly.


ByteToCharJava properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

ByteToCharJava methods

Methods implemented in this class

Methods implemented in java.lang.Object


ByteToCharJava methods

parseEscapes(java.lang.String)

  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.

parseUnicodeEscapes(char[], int, int)

  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.

parseUnicodeEscapes(java.lang.String)

  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.

toUnicodeEscape(char)

  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.