org.apache.xml.utils.res

Class 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

CharArrayWrapper(char[] arg)

Method Summary

char
getChar(int index)
int
getLength()

Constructor Details

CharArrayWrapper

public CharArrayWrapper(char[] arg)

Method Details

getChar

public char getChar(int index)

getLength

public int getLength()

Copyright B) 2005 Apache XML Project. All Rights Reserved.