Hızlı Konu Açma

Hızlı Konu Açmak için tıklayınız.

Son Mesajlar

Konulardaki Son Mesajlar

Reklam

Forumda Reklam Vermek İçin Bize Ulaşın

Dosyadan Son Satırı Silmek

BlackKey

Üye
Fenerbahçe
Kayıtlı Üye
Katılım
12 Eylül 2014
Mesajlar
167
Tepkime puanı
0
Puanları
0
Kod:
[COLOR=#B5B5B5][FONT=tahoma]import java.io.*; [/FONT][/COLOR]
public class DelLstLine{ 
public static **** main(String[] arg){ 
try{ 
RandomAccessFile raf = new RandomAccessFile("RandFile.txt", "rw"); 
long length = raf.length(); 
System.out.println("File Length="+raf.length()); 
//supposing that last line is of 8 
raf.setLength(length - 8); 
System.out.println("File Length="+raf.length()); 
raf.close(); 
}catch(Exception ex){ 
ex.printStackTrace(); 
} 
}//end of psvm  [COLOR=#B5B5B5][FONT=tahoma]}//class ends[/FONT][/COLOR]
 

Users Who Are Viewing This Konu (Users: 0, Guests: 1)

Üst