package javax.microedition.m3g;

import java.io.IOException;

public class Loader
{

 public static Object3D[] load(String string_1) throws IOException
 {
  return null;
 }
 
 public static Object3D[] load(byte[] bytes_1, int int_1) throws IOException
 {
  return null;
 }
 
}