borland Packages  Class Hierarchy  jb.io Package 

ByteToCharJava class

java.lang.Object
   +----com.borland.jb.io.ByteToCharJava

About the ByteToCharJava class

Properties  Methods  

This class is used internally by other com.borland classes. 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(String srcString)

This method is used internally by other com.borland classes. 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 com.borland classes. You should never use this method directly.

parseUnicodeEscapes(java.lang.String)

  public static final String parseUnicodeEscapes(String srcString)

This method is used internally by other com.borland classes. You should never use this method directly.

toUnicodeEscape(char)

  public static final byte[] toUnicodeEscape(char chIn)

This method is used internally by other com.borland classes. You should never use this method directly.