io.vacco.libmpghip.Jal_table2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jlame Show documentation
Show all versions of jlame Show documentation
Java versions of the Lame mp3 codec libraries
The newest version!
package io.vacco.libmpghip;
final class Jal_table2 {
short bits;
short d;
//
Jal_table2(final int nbits, final int data) {
this.bits = (short) nbits;
this.d = (short) data;
}
}