Bem, o código é bem simples:
Ler
QuoteString file = "C:/profesionalcode.txt";
java.io.FileReader fr = null ;
try {
fr = new FileReader(file);
} catch (FileNotFoundException ex) {
Logger.getLogger(IDE.class.getName()).log(Level.SEVERE, null, ex);
}
java.io.BufferedReader reader = new BufferedReader( fr ) ;
String line = null ;
try {
while ((line = reader.readLine()) != null) {
System.out.println(line);
}
} catch (IOException ex) {
Logger.getLogger(IDE.class.getName()).log(Level.SEVERE, null, ex);
}
Onde está sublinhado é o caminho do arquivo com extensão.
OBS: Utilize "/" no lugar de "", se não vai dá erro.
Salvar
QuoteString file = "C:/IDE/teste2.txt";
try {
FileWriter outFile = new FileWriter(file);
PrintWriter out = new PrintWriter(outFile);
out.println("This is line 1");
out.println("This is line 2");
out.print("This is line3 part 1, ");
out.println("this is line 3 part 2");
out.close();
} catch (IOException e){
e.printStackTrace();
}
Onde está sublinhado é onde salvar, com nome e extensão.
OBS: Utilize "/" no lugar de "", se não vai dá erro.
E onde está em itálico é o conteúdo a salvar.
Créditos: bl00dshooter ( eu )
Ler
QuoteString file = "C:/profesionalcode.txt";
java.io.FileReader fr = null ;
try {
fr = new FileReader(file);
} catch (FileNotFoundException ex) {
Logger.getLogger(IDE.class.getName()).log(Level.SEVERE, null, ex);
}
java.io.BufferedReader reader = new BufferedReader( fr ) ;
String line = null ;
try {
while ((line = reader.readLine()) != null) {
System.out.println(line);
}
} catch (IOException ex) {
Logger.getLogger(IDE.class.getName()).log(Level.SEVERE, null, ex);
}
Onde está sublinhado é o caminho do arquivo com extensão.
OBS: Utilize "/" no lugar de "", se não vai dá erro.
Salvar
QuoteString file = "C:/IDE/teste2.txt";
try {
FileWriter outFile = new FileWriter(file);
PrintWriter out = new PrintWriter(outFile);
out.println("This is line 1");
out.println("This is line 2");
out.print("This is line3 part 1, ");
out.println("this is line 3 part 2");
out.close();
} catch (IOException e){
e.printStackTrace();
}
Onde está sublinhado é onde salvar, com nome e extensão.
OBS: Utilize "/" no lugar de "", se não vai dá erro.
E onde está em itálico é o conteúdo a salvar.
Créditos: bl00dshooter ( eu )
12/19/2017, 18:48 por MrViSiBLe
» MU LIVE SEASON 2 | INAUGURA DOMINGO 17/09
9/2/2017, 13:51 por MrViSiBLe
» Sorteio Perfumes - Forum ViSiBLe
8/25/2017, 08:27 por Convidado
» Novas Vagas Para Staff
8/24/2017, 15:20 por MrViSiBLe
» CSGO [Internal/External] Multi-Hack AIMBOT + TRIGGERBOT + ESP + BHOP
8/22/2017, 03:04 por MrViSiBLe
» REB00T 31/07/2017
8/22/2017, 03:01 por MrViSiBLe
» [CS:GO] HENTAIWARE 19/08/2017 | LEGIT | RAGE | ESP | GLOVES | FACEIT |
8/22/2017, 02:58 por MrViSiBLe
» DeviceCheats CS:GO Gratuito 31/07/2017
8/22/2017, 02:56 por MrViSiBLe
» [CS:GO] External - Glow ESP | Triggerbot | RCS | BunnyHop | Noflash
8/22/2017, 02:53 por MrViSiBLe
» [CS:GO] GLOW ESP 21/08/2017
8/22/2017, 02:49 por MrViSiBLe