108109110111112113114
* @return An instance of the current data handler. * @throws IOException * Thrown if a data handler instance can not be instantiated. */ public static DataHandler dataHandlerInstance() throws IOException { return new GAEDataHandler(); }