Tagged Questions
The writer tag has no wiki summary.
11
votes
4answers
603 views
When to use which Writer subclass in Java; common practices
I have always been slightly confused with the amount of different IO implementations in Java, and now that I am completely stuck in my project development, I was taking my time to read up on useful ...
8
votes
1answer
116 views
Does Writer Monad guarantee right associative concatenation?
It was claimed in Validations in Haskell that use of a Writer guarantees right-associative concatenation. However, this example seems to show otherwise. What's the correct answer?
{-# LANGUAGE ...
8
votes
4answers
234 views
Java - How to detect file deletion while writing to a file?
Our java program writes some important data into a file continuously. Now we want to thrown some exception or display some kind of error message on the console whenever the file (to which the java ...
6
votes
2answers
517 views
Good & Simple Ruby XML writer?
Anyone know of an easy to use Ruby XML writer out there? I just need to write some simple XML and having trouble finding one that's straightforward...
5
votes
4answers
4k views
Best free Excel writer for C# to output datatable to excel
I've got a console app that loads up a datatable; I'd like to export that to an Excel format and attach it to an email that's sent out on a regular basis.
What is the best library to do so that I can ...
4
votes
1answer
432 views
Log4J: How do I redirect an OutputStream or Writer to logger's writer(s)?
I have a method which runs asynchronously after start, using OutputStream or Writer as parameter.
It acts as a recording adapter for an OutputStream or Writer (it's a third party API I can't change).
...
3
votes
2answers
133 views
java.io writers and readers - how do you know which should be used?
There are quite a few classes that extend java.io.Writer and java.io.Reader.
Are there circumstances where you should use one over another? What is the overall usefulness of each of them (why are ...
3
votes
2answers
2k views
Are there OpenOffice.org export components for Delphi (non-OLE)?
For document exchange, I would like to generate OpenOffice.org text and spreadsheet documents. So far I have found export components which require OpenOffice to be installed, using OLE.
Are there ...
2
votes
2answers
96 views
Can't write file on SD-card (Is a directory)
I'm getting the following error when trying to write midi-file on the Android SD-Card:
12-14 16:22:22.219: ERROR/Thread writer(1108): java.io.FileNotFoundException: ...
2
votes
3answers
35 views
writing to file: the difference between stream and writer
Hi I have a bit of confusion about the stream to use to write in a text file
I had seen some example:
one use the PrintWriter stream
PrintWriter out = new PrintWriter(new BufferedWriter(new ...
2
votes
1answer
101 views
Help understanding the Reader/Writer pattern in .NET
Here's the documentation for the method XContainer.CreateWriter:
Creates an XmlWriter that can be used to add nodes to the XContainer.
I parse the text with my mind, I get:
A method ...
2
votes
1answer
371 views
How to work with RFID reader/writer in JAVA
I bought a USB RFID reader/writer to develop an attendance application. Along with the device they given VB example to read/write RFID tags. But i want to do this in java. Is there any way to start ...
2
votes
2answers
185 views
This code for applying a CBR filter to an ASF Writer doesn't work, why?
I am trying to apply a CBR profile to an ASF Writer to reduce latency for a video/audio streaming.
This is what I've done till now:
Using Media Encoder, I generated a
default CBR profile
Saved the ...
1
vote
1answer
64 views
Buffered Writer loads corrupt data when new file created
Basically, I'm trying to capture the accelerometer data into a txt file. The code writes the accel data into a string, and then updates everytime it changes which is often. I included a toggle button ...
1
vote
1answer
62 views
Writing a Python list into a single CSV column
I have a list of numbers that I want to put in a single column in a .csv file. The code below writes the values across a single row. How can I change the code so that Python writes the each value on a ...
1
vote
1answer
290 views
State transition diagram for reader writer problem
I'm not understanding my professor means when he says the write flag and read flag. Does 0 mean it is triggered?
He wants us to draw a state transition diagram but I think I can do that myself if I ...
1
vote
3answers
106 views
Converting XML to String[] help
I'm having Trouble converting the contents of XML document to an int[] or string[]
I'm saving the x and y coordinates of 20 different picture boxes on the screen (For a jigsaw Puzzle Program) to an ...
1
vote
2answers
100 views
Shared memory Reader (read only) hangs when Writer terminates
In linux, C, using shared memory, I have a single Writer process and many Readers.
When the Writer terminates, any running Readers hang. The Writer does do shm_unlink when it terminates.
I ...
1
vote
1answer
72 views
Replacing file content without readers clients access interruption
There is a service which constantly writes new content to a file:
using (var stream = File.Create(FileName)) // overwrites the file
{
stream.Write(data, 0, data.Length);
}
The file is ...
1
vote
6answers
252 views
What is the difference between append and write methods of java.io.writer?
The java.io.Writer interface has two methods called append and write. What are the differences between these two? It even says that
An invocation of this method of the form out.append(c) behaves ...
1
vote
4answers
853 views
Python .csv writer
I'm beginning with python(2.7).
I use in a loop the .writer method as in the Python doc.
I want to write the results of the variable "u", row by row (or better line by line)
Actually it works ...
1
vote
0answers
74 views
Blog Writer Software(Windows Live Writer or…) [closed]
I am using Windows Live Writer for publishing my blogs. But it has some drawbacks, for example I have not found a good syntax highlighting plugin. I am publishing about Oracle Database Administration, ...
1
vote
1answer
59 views
why only 1 java source file is able to write into the same file?
In my StockTransaction.java, this runs first
try{
FileOutputStream fos = new FileOutputStream("C:"+File.separatorChar+"transactions.dat");
OutputStreamWriter osw = new ...
1
vote
2answers
835 views
How to write a text to file with GWT on Client-side?
Is there any way to implement write/read file with gwt on client-side?
I tried with java.io.File, java.io.Writer ... I couldn't succeed.
thx in advance!
1
vote
3answers
251 views
What is the most memory efficient way to write from a database to a (zip) file in Java?
My program is fast enough, but I'd rather give up that speed for memory optimization since one user's maximum memory usage goes up to 300 MB meaning few of them could constantly crash the application. ...
1
vote
4answers
2k views
Thread safe StreamWriter C# how to do it? 2
So this is a continuation from my last question - So the question was
"What is the best way to build a program that is thread safe in terms that it needs to write double values to a file. If the ...
1
vote
1answer
175 views
Writing out BMP files with DataBuffer.TYPE_FLOAT or DataBuffer.TYPE_DOUBLE in java
I had a problem working with the image classes in java.
I am creating a buffered image with DataBuffer.TYPE_DOUBLE. This all works fine in memory (I think). But the problem starts when I try to write ...
0
votes
2answers
72 views
C# How to delete the first line of my text files?
I want to create a Windows Forms app in Visual Studio that writes text files on a button click.
I have a txt file (e.g. test.txt) which contains
AAAA
BBBB
CCCC
DDDD
EOS
FFFF
GGGG
HHHH
IIII
EOS
JJJJ
...
0
votes
2answers
41 views
Stream writer on char[] does not work
I have the following code, but the char[] cc does not seem to get written when I checked the output file. Can someone tell me what's wrong?
import java.io.*;
class Test {
public static void ...
0
votes
1answer
37 views
Sybase IQ Single Writer?
I've heard a number of my colleagues make reference to the fact that Sybase IQ can only have a single writer. I'm struggling to find documentation on the web that either confirms or denies this so ...
0
votes
3answers
85 views
Python, empty file after csv writer.. again
My python program loops through a bunch of csv-files, read them, and write specific columns in the file to another csv file. While the program runs, i can see the files being written in the correct ...
0
votes
0answers
63 views
Typewriter effect in Visual Basic 2008/2010
I'm trying to code a visual novel in visual basic 2008. Everything works fine, except the fact that my current typewriter code can't switch out lines of text, it can only say one line and when I ...
0
votes
0answers
131 views
MSR905 Magnetic Stripe Reader/Writer
I am trying to work with MSR905 Magnetic Stripe Reader/Writer.
I am trying to just figure out how to write the code to use the hardware. I can write in VB.NET, C++, C, Java and C#, so if you can ...
0
votes
1answer
68 views
Write to file at particular index
I need to write to a file at a particular index position. BufferedWriter and PrintWriter does not allow writing to an index. How do I go about achieving this?
Basically what i want to do is if a ...
0
votes
1answer
27 views
Where can I get wlWriterEditableSmartContent?
I've found a bunch of web sites that use wlWriterEditableSmartContent to show source code in a pretty-print sort of way. Where can I get that class to use on my own web sites?
0
votes
1answer
97 views
What is WM ASF Writer and where can I download it
I got a program and it returns the error WM ASF Writer not found. I searched for it online and it gave me links of how to use it when writing code. Does anyone know where I can download this?
0
votes
1answer
230 views
Web Service Message Body Writer JSON
Can anyone provide example to convert list of object to JSON using message body writer ?
Please help.
Thanks.
0
votes
1answer
546 views
Is it possible to write data to JSON with Extjs4?
Is it possible to write data to JSON without php/asp, only ExtJS? Can someone provide simple example of how to do this (sending form data to Json)?
0
votes
0answers
155 views
Buffered Reader/Writer VS Buffered Input/Output Stream to transfer files via FTP
I have been reading on URL and URLConnection and I know that both Buffered InputStream/OutputStream (for character streams) and, Buffered Reader/Writer (for byte streams) can be used to transfer the ...
0
votes
1answer
317 views
WPF Printing in XPS Document Writer
I've implemented a printing feature to print some of the Financial charts in my WPF application by using PrintVisual method. Since the user is free to change his/her window size and/or screen ...
0
votes
2answers
174 views
What Exception to use for FileWriter
I have a program that allows a user to write information to a file. It doesn't write over everything in the original file, but adds to it. The thing is if the user doesn't enter enough info the ...
0
votes
1answer
199 views
How to create a text based pdf file for Mac OS x using Objective-c
I am a newbie at Objective-C. I'm trying to create an application that exports user data in form of PDF document on user request. I googled a lot but could not find a way to create a PDF document with ...
0
votes
3answers
464 views
FileInputStream vs FileReader
FileReader rd=new FileReader("new.mp4");
FileWriter wr=new FileWriter("output.mp4");
int ch;
while((ch=rd.read())!=-1)
wr.write(ch);
wr.flush();
wr.close();
when i use the FileReader and writer ...
0
votes
1answer
116 views
Joomla and Movable Type API
I am running XAMPP locally with Joomla 1.5.22 installed. I wanted to enable front end user to just use MS Windows Live Writer so I have installed XML-RPC - MovableType API did enable Web Services. In ...
0
votes
1answer
119 views
how to access files from system to another system in java programming?
i am running a web service in java and it will called by .net application .we have another application regarding this which is a java application(front end), my question is while calling the web ...
0
votes
2answers
300 views
problem with asf writer
Im trying to encode raw data(both video frame and audio sample) into .asf file, using asf writer filter in directshow.
my filter graph structure:
raw_send_filter -> asf writer filter
raw_send_filter ...
0
votes
1answer
163 views
Write a text file using stream
reader = new InputStreamReader(MyClass.class.getResourceAsStream(
"/apathdir/textFile.txt"), "UTF-8")
Hi!
I have this reader and, basically, i want to do a writer, this way, save this file on ...
0
votes
5answers
222 views
Java's [Input|Output]Streams' one-method-call-for-each-byte: a performance problem?
[Input|Output]Streams exist since JDK1.0, while their character-counterparts Readers|Writers exist since JDK1.1.
Most concepts seem similar, with one exception: the base classes of streams declare an ...
0
votes
1answer
1k views
OpenCV - VideoWriter produces a video with a “repeated” image
I'm trying to process each frame in a pair of video files in OpenCV and then write the resulting frames to an output avi file. Everything works, except that the output video file looks strange: ...
0
votes
1answer
711 views
Trying to write a loop that uses an OutputStream to write to a text file
I'm not a java programmer, I'm a VB programmer. I am doing this as part of an assignment, however, I'm not asking for help on something assignment related. I'd like to figure out how to get the ...