Top Description Fields Constructors Methods
com.sun.org.apache.xml.internal.utils.res

public Class CharArrayWrapper

extends Object
Class Inheritance

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

Field Summary

Modifier and TypeField and Description
private char[]

Constructor Summary

AccessConstructor and Description
public
CharArrayWrapper(char[] arg)

Method Summary

Modifier and TypeMethod and Description
public char
getChar(int index)

public int
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

m_charback to summary
private char[] m_char

Constructor Detail

CharArrayWrapperback to summary
public CharArrayWrapper(char[] arg)

Method Detail

getCharback to summary
public char getChar(int index)
getLengthback to summary
public int getLength()