2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / gnu / gcj / Core.java
blob80d623c5655e05be03d98c334e60d079ab4a2200
1 /* Copyright (C) 2001, 2003 Free Software Foundation
3 This file is part of libgcj.
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
7 details. */
9 package gnu.gcj;
11 public class Core
13 public native static Core create (String name) throws java.io.IOException;
15 public RawData ptr;
16 public int length;
18 Core ()