Package org.apache.xml.utils.res
Class CharArrayWrapper
- java.lang.Object
-
- 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
-
-
Constructor Summary
Constructors Constructor Description CharArrayWrapper(char[] arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
getChar(int index)
int
getLength()
-