org.http4k.multipart.BitFiddling Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-multipart Show documentation
Show all versions of http4k-multipart Show documentation
Http4k multipart form support
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