org.apache.xml.utils.res
Class CharArrayWrapper

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

public class CharArrayWrapper
extends java.lang.Object

It is a mutable object to wrap the char[] used in the contents of the XResourceBundle class


Field Summary
private  char[] m_char
           
 
Constructor Summary
CharArrayWrapper(char[] arg)
           
 
Method Summary
 char getChar(int index)
           
 int getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_char

private char[] m_char
Constructor Detail

CharArrayWrapper

public CharArrayWrapper(char[] arg)
Method Detail

getChar

public char getChar(int index)

getLength

public int getLength()