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

io.vacco.libmpghip.Jal_table2 Maven / Gradle / Ivy

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;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy