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

com.expleague.commons.io.BitOutput Maven / Gradle / Ivy

Go to download

Utilities including math, charsequence based text processing, sequences etc.

There is a newer version: 1.4.9
Show newest version
package com.expleague.commons.io;

/**
 * User: solar
 * Date: 28.08.14
 * Time: 11:59
 */
public interface BitOutput {
  void write(int bits, int count);

  void flush();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy