Update 'Ecriture.java'

This commit is contained in:
Matthis FAUVET 2023-04-28 20:28:39 +02:00
parent 6929db48cc
commit 3de80eb335

View File

@ -1,5 +1,10 @@
import java.io.*; import java.io.*;
/**
* La class Attente inclu un KeyListener, cette classe a pour objectif d'attendre une entré sur la touche espace du clavier
* pour regarder le parcours qu'emprunte l'algorithme
* @version 1.1
* @author Matthis Fauvet
*/
public class Ecriture { public class Ecriture {
private byte[] tabHeader; private byte[] tabHeader;
private String[] tabOffSet; private String[] tabOffSet;