io.parsingdata.metal.encoding.Sign Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metal-core Show documentation
Show all versions of metal-core Show documentation
Core building blocks and API for the Metal library.
package io.parsingdata.metal.encoding;
public enum Sign {
SIGNED,
UNSIGNED
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy