TP
This commit is contained in:
Binary file not shown.
@@ -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 {
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user