jdk.internal.sys.zlib.ZLib 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 jdk.internal.sys.zlib;
import static org.qbicc.runtime.CNative.*;
import org.qbicc.runtime.CNative;
/**
*
*/
@include("")
@lib("z")
public final class ZLib {
public static final class uLong extends word {}
public static final class uInt extends word {}
public static final class Bytef extends word {}
public static final class z_off_t extends word {}
public static final class z_size_t extends word {}
public static native uLong crc32(uLong crc, ptr<@CNative.c_const Bytef> buf, uInt len);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy