correction ayoub et controleur conv
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
package fr.iutfbleau.sae.mpif;
|
||||
import fr.iutfbleau.sae.util.bitOutputStream;
|
||||
import fr.iutfbleau.sae.util.BitOutputStream;
|
||||
import java.util.Map;
|
||||
public class PIFWriter {
|
||||
|
||||
|
||||
|
||||
public void writeHeader(bitOutputStream out,int width, int height){
|
||||
public void writeHeader(BitOutputStream out,int width, int height){
|
||||
|
||||
}
|
||||
|
||||
public void writeTables(bitOutputStream out, Map<Integer,Integer> canonicalCodes){
|
||||
public void writeTables(BitOutputStream out, Map<Integer, String> canonicalCodes){
|
||||
|
||||
}
|
||||
|
||||
public void encodePixels(bitOutputStream out){
|
||||
public void encodePixels(BitOutputStream out){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user