summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini/src/java/nio/MappedByteBuffer.java
blob: 97ce63710e5c93138b77b529c0d5cfc281d052a9 (plain)
1
2
3
4
5
6
7
8
9
package java.nio;
public abstract class MappedByteBuffer
  extends java.nio.ByteBuffer
{
MappedByteBuffer() { throw new RuntimeException("Stub!"); }
public final  boolean isLoaded() { throw new RuntimeException("Stub!"); }
public final  java.nio.MappedByteBuffer load() { throw new RuntimeException("Stub!"); }
public final  java.nio.MappedByteBuffer force() { throw new RuntimeException("Stub!"); }
}