Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Java in General
FileWriter
Deepika Joshi
Ranch Hand
Posts: 268
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi,
I am writing program to generate text file & planning to use FileWriter to write text form StringBuilder. I am not sure if I should look into NIO?
Does NIO has better option for above thing?
Thanks......
Ulf Dittmer
Rancher
Posts: 43081
77
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Probably not. How big are the files you intend to create?
Deepika Joshi
Ranch Hand
Posts: 268
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
sorry I am not sure about the size of the file... Thanks a lot for your reply....
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
I/O
byte array
BufferedWriter, PrinterWriter etc
how to write and read excel file
Writing a String to a File using FileChannel
More...