Class CharArrayWrapper

java.lang.Object
org.apache.xml.utils.res.CharArrayWrapper

public class CharArrayWrapper extends Object
It is a mutable object to wrap the char[] used in the contents of the XResourceBundle class
  • Constructor Details

    • CharArrayWrapper

      public CharArrayWrapper(char[] arg)
  • Method Details

    • getChar

      public char getChar(int index)
    • getLength

      public int getLength()