TP
This commit is contained in:
@@ -16,7 +16,7 @@ public class LectureFichier {
|
||||
Color couleur;
|
||||
|
||||
try {
|
||||
FileInputStream fichier = new FileInputStream("image.bin");
|
||||
FileInputStream fichier = new FileInputStream("couleur.bin");
|
||||
|
||||
while(fichier.available() >= 3) {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user