public class Test { public static void main(String[] args) { new FrameJeu(20,25,50); } } /* Flux de sortie représenté par la classe Output Stream * Méthodes cruciales : void write(int); * void flush(); * Flux d'entrée général représenté par Input Stream * Méthodes importantes : int read(); * int available(); * long skip (long); * boolean markSupported(); * void mark(int); * void reset(); */