/*
 * Interface created by InterfaceBuilder. Do not modify.
 *
 * Created on Thu Dec 13 15:11:09 PST 2001
 */
package hep.io.root.interfaces;

public interface TArrayC extends hep.io.root.RootObject, TArray
{
   char[] getArray();
}
