All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.multipart.BitFiddling Maven / Gradle / Ivy

There is a newer version: 5.41.0.0
Show newest version
package org.http4k.multipart;

public class BitFiddling {
    public static int getAnInt(byte b, int i) {
        return b & i;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy