PDA

View Full Version : Java Buffering


ramapple
10-19-2006, 06:09 AM
For some odd reason, without buffering my program runs much more smoother; is there a way I can fix this?

Aradon
10-19-2006, 08:32 AM
Can you please post an example? Or at the least give an example?

iota
10-19-2006, 05:52 PM
Did you mean something like IO options ?

ramapple
10-20-2006, 07:50 AM
i fixed the problem, for some reason if i use buffering with a few try loops the program tends to slow down; while it doesn't when i don't buffer

thanks for the replys anyways