borland Packages Class Hierarchy jbcl.io Package Index
java.lang.Object +----sun.io.CharToByteConverter +----borland.jbcl.io.CharToByteJava
Variables Constructors Properties MethodsThis class is used internally by other classes in the JBCL. You should never use this class directly.
public CharToByteJava()This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.
public CharToByteJava(java.lang.String encoding)This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.
public CharToByteJava(sun.io.CharToByteConverter conv)This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.
public String getCharacterEncoding()This property is used internally by other classes in the JBCL. You should never use this property directly.
public int getMaxBytesPerChar()This property is used internally by other classes in the JBCL. You should never use this property directly.
public boolean canConvert(char c)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: sun.io.CharToByteConverter.canConvert(char)
public int convert(char[] input, int inStart, int inEnd, byte[] output, int outStart, int outEnd)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: sun.io.CharToByteConverter.convert(char[], int, int, byte[], int, int)
public int flush(byte[] output, int outStart, int outEnd)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: sun.io.CharToByteConverter.flush(byte[], int, int)
public int nextByteIndex()Returns the index of the byte just past the last byte written by the previous call to convert.
Overrides: sun.io.CharToByteConverter.nextByteIndex()
public int nextCharIndex()This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: sun.io.CharToByteConverter.nextCharIndex()
public void reset()This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: sun.io.CharToByteConverter.reset()