borland Packages  Class Hierarchy  jbcl.io Package  Index 

CharToByteJava component

java.lang.Object
   +----sun.io.CharToByteConverter
           +----borland.jbcl.io.CharToByteJava

About the CharToByteJava component

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

CharToByteJava variables

Variables implemented in sun.io.CharToByteConverter

CharToByteJava constructors

CharToByteJava properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

Properties implemented in sun.io.CharToByteConverter

CharToByteJava methods

Methods implemented in this class

Methods implemented in java.lang.Object

Methods implemented in sun.io.CharToByteConverter


CharToByteJava constructors

CharToByteJava()

  public CharToByteJava()
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

CharToByteJava(java.lang.String)

  public CharToByteJava(java.lang.String encoding)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

CharToByteJava(sun.io.CharToByteConverter)

  public CharToByteJava(sun.io.CharToByteConverter conv)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

CharToByteJava properties

characterEncoding

 public String getCharacterEncoding()
This property is used internally by other classes in the JBCL. You should never use this property directly.

maxBytesPerChar

 public int getMaxBytesPerChar()
This property is used internally by other classes in the JBCL. You should never use this property directly.

CharToByteJava methods

canConvert(char)

  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)

convert(char[], int, int, byte[], int, int)

  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)

flush(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)

nextByteIndex()

  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()

nextCharIndex()

  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()

reset()

  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()