sun.nio.ch.ByteBuffer$_aliases Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-rt-java.base Show documentation
Show all versions of qbicc-rt-java.base Show documentation
The Qbicc builder for the java.base JDK module
package sun.nio.ch;
import java.nio.ByteBuffer;
import org.qbicc.runtime.patcher.PatchClass;
/**
*
*/
@PatchClass(ByteBuffer.class)
abstract class ByteBuffer$_aliases {
int offset;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy