
net.dongliu.apk.parser.struct.ByteOrder Maven / Gradle / Ivy
The newest version!
package net.dongliu.apk.parser.struct;
/**
* @author dongliu
*/
public enum ByteOrder {
BIG, LITTLE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy