1 2 3 4 5 6 7 8
package gnu.gcj; /** A type uses to indicate pointers to non-Java data. */ public final class RawData { private RawData() { } }