Top "Stringwriter" questions

StringWriter class could refer to java.

Writing to txt file from StringWriter

I have a StringWriter variable, sw, which is populated by a FreeMarker template. Once I have populated the sw, how …

java file-io stringwriter
String Writer writing into text file

I have 100 textboxes , and i am trying to get all the text from these textboxes to be written into a …

c# text-files stringwriter
StringWriter or StringBuilder

What is the difference between StringWriter and StringBuilder and when should I use one or the other?

.net stringbuilder stringwriter
"File is being used by another process" after File.Create()

I have an application that creates a text file if the file doesn't already exist and then writes something to …

.net vb.net io stringwriter
C# Read text file line by line and edit specific line

I want to read a text file line by line and edit a specific line. So, I have put the …

c# string stringreader stringwriter
When should I use Java's StringWriter?

What is a Java StringWriter, and when should I use it? I have read the documentation and looked here, but …

java string stringwriter
Using BufferedWriter to write to a string

I am trying to use a BufferedWriter to switch between writing to a File and writing to a String, but …

java bufferedwriter stringwriter
Will not closing a stringwriter cause a leak?

I realize that in java the GC will eventually cleanup objects, but I'm asking if it is bad practice to …

java memory-management freemarker stringwriter
Render partial view to string MVC4

I am using the following to render a partial view to a string... protected string RenderPartialViewToString(string viewName, object model) { …

asp.net-mvc asp.net-mvc-4 asp.net-mvc-partialview viewengine stringwriter
write csv file line by line using string in java

I had a modify my original csv. now I want modified csv file whether it is generate new csv file …

java csv filestream filewriter stringwriter