suppression Test
This commit is contained in:
parent
59d32b55b9
commit
8b671d7db7
21
Test.java
21
Test.java
@ -1,21 +0,0 @@
|
||||
public class Test {
|
||||
public static void main(String[] args) {
|
||||
new FrameJeu(20,25,10);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 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();
|
||||
*
|
||||
* BufferedReader
|
||||
* BufferedWriter
|
||||
*/
|
Loading…
Reference in New Issue
Block a user