org.apache.xml.utils.res

Class CharArrayWrapper

public class CharArrayWrapper extends Object

It is a mutable object to wrap the char[] used in the contents of the XResourceBundle class
Constructor Summary
CharArrayWrapper(char[] arg)
Method Summary
chargetChar(int index)
intgetLength()

Constructor Detail

CharArrayWrapper

public CharArrayWrapper(char[] arg)

Method Detail

getChar

public char getChar(int index)

getLength

public int getLength()
Copyright © 2005 Apache XML Project. All Rights Reserved.