sprint 2 commencer
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package fr.iutfbleau.sae.mpif;
|
||||
import fr.iutfbleau.sae.util.bitOutputStream;
|
||||
public class PIFWriter {
|
||||
|
||||
|
||||
|
||||
public void writeHeader(bitOutputStream out,int width, int height){
|
||||
|
||||
}
|
||||
|
||||
public void writeTables(bitOutputStream out, Map<Integer,Integer> canonicalCodes){
|
||||
|
||||
}
|
||||
|
||||
public void encodePixels(bitOutputStream out){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user