In computing, input/output, or I/O, refers to the communication between an information processing system (such as a computer), and the outside world, possibly a human, or another information processing system.
1
vote
3answers
36 views
Java reading serialized in objects from file into an arrayList
I'm attempting to read a file that contains serialized objects of type Contact into an ArrayList contactsCollection. The issue I'm having is that the objects Contact never get added into the ...
0
votes
2answers
24 views
adding buttons in a tableView cell
So I want three buttons in my tableView cell. I've made a custom cell so I customize the buttons in the custom cell once instead of doing it again and again in cellForRowAtIndexPath
But I want to add ...
0
votes
3answers
57 views
Write real time data to file
How to write real time data to file in Java?
I'm trying to get real time twitter feed to text file. Here is a code that I have written:
public void onStatus(Status status)
{
User user = ...
0
votes
7answers
77 views
Use of Buffer in C++
I am new to c++, learning through Accelerated C++ by Andrew Koenig and Barbara E. Moo.
I am unable to grasp the concept of buffer in C++ as the book says "Most systems take a significant amount of ...
0
votes
2answers
25 views
-[NSThread _nq:]: message sent to deallocated instance 0x1fdf5040 (lldb)
-[NSThread _nq:]: message sent to deallocated instance 0x1fdf5040
(lldb)
This is one crash i am getting while my app enter in back ground. In iphone 4 it was working. it happening in iphone 5. ...
0
votes
0answers
21 views
Can the iOS App Read the query string parameter for the Distimo App Download Campaign
iI am interested in passing parameters to the download link in the iOS app store. From what I've read, it seems that the parameters are only passed to the application if it was already installed, and ...
0
votes
1answer
61 views
Java ArrayList null pointer exception
EDIT
I've cleaned up the .equals method for string equality and changed the ContactsCollection initialization to:
public static ArrayList<Contact> contactList = new ArrayList<Contact>();
...
2
votes
1answer
48 views
In what practical case bool(std::ifstream) != std::ifstream::good()?
I would like to know in what case we can have :
bool(std::ifstream) != std::ifstream::good()
The difference is that bool(std::ifstream) does not test the eof bit whereas std::ifstream::good() tests ...
0
votes
0answers
20 views
Heuristic to automatically detect thrashing [closed]
I was trying to understand memory management strategies and was going through paging and thrashing .
I wanted to know whethere :
It is possible to design a heuristic that will automatically detect ...
0
votes
1answer
86 views
Haskell monad return type
I'm trying to do a bit of programming and I can't get into monads. I've advanced a bit with IO functions, but now I'm definitely lost...
I've got a XML string that was loaded from the network (so ...
0
votes
5answers
73 views
Open text file, loop through contents and check against
So I have a generic number check that I am trying to implement:
public static bool isNumberValid(string Number)
{
}
And I want to read the contents of a textfile (only contains numbers) ...
1
vote
2answers
76 views
c++ program suddenly stopped writing to file
I have very little c++ programming experience, and I wrote a quick program to find groups of links in a long link list.
I have been using this program for the last 2 days and it worked fine (I'm ...
-2
votes
1answer
45 views
Getting integers from text file and work on array list in java [closed]
I have text file which is contains:" I have 3 apples and 1 banana.All people have 4 cars at least."
I want to read this .txt file and get integers from it.I will strore integer variables in ...
-3
votes
1answer
20 views
Difference between SKIP_SIBLINGS and SKIP_SUBTREE [closed]
Is anybody aware of the difference between these two FileVisitResult?
Directly from this oracle tutorial:
SKIP_SUBTREE – When preVisitDirectory returns this value, the
specified directory and ...
1
vote
0answers
33 views
About resolve method of the java.nio.Path
I thoroughly understand the use of resolve(path) and relativize(path).
In the following snippet though there is something which is not very clear to me:
public FileVisitResult preVisitDirectory(Path ...
0
votes
2answers
38 views
reading from file, gcount() is always 0 even after several file.get()
I'm trying to read from a file using file.get() but it seems to be stuck in the first line.
Input file is like:
1234,56
7891,01
.......
This is my code:
char* n1 = new char[5];
char* n2 = new ...
-1
votes
4answers
63 views
Java I/O issue when dealing with files
I'm currently learning Java I/O , when I compile this code :
import java.io.File;
public class Main {public static void main(String[] args){
//Creation of the File object
...
4
votes
3answers
94 views
Can't get the try-catch-finally block to work
I have struggled a long time to get the try-catch-finally block to work. I'm a beginner in java, and are currently learning how to read/write/handle exceptions. In my task I'm trying to read from two ...
0
votes
1answer
46 views
How to check if I can delete a file?
How can I check that I can delete a file in Java?
For example, I should be able to delete file C:/file.txt but I never will be able to delete the C:/ or Computer, or My Documents etc.
Solution ...
0
votes
2answers
51 views
effect of /dev/null on disk activity [closed]
I have redirected all printf messages to /dev/null. While the program is running, the cpu usage is 100% however the process state is in S.
If I remove the /dev/null option (which means the outputs ...
-4
votes
0answers
48 views
java io and copy a file and overwriting [closed]
Write a program that will make a copy of a text file, line by line. Read the name of the existing file and the name of the new file – the copy – from the keyboard. Use the methods of the class File ...
0
votes
0answers
20 views
What to import to use IOUtils.toString()?
I am trying to use IOUtils.toString() to read from a file.
However, I am getting an error saying "IOUtils cannot be resolved."
What am I supposed to be importing to allow me to use this function?
...
0
votes
2answers
62 views
How to print file content in parts to the screen?
I am trying to store command output into a file (that works fine) and then what I want to do, is to display the file content to the screen.
My problem is that I want it to be displayed in parts (for ...
0
votes
0answers
40 views
Using Java to Launch a Batch File Which Runs WMIC
First let's start with the code:
import java.io.*;
import java.io.IOException;
import java.net.URL;
public class InfoFileReader{
public static void main(String args[]) throws IOException{
...
0
votes
1answer
14 views
Is FileVisitOption.FOLLOW_LINKS the only FileVisitOption available?
I see that the only constant available is FOLLOW_LINKS. On the other hand there is the method FileVisitOption.values() which returns an array of FileVisitOption values. I wonder, if it only has ...
0
votes
1answer
22 views
dma for FPGA based PCI IO card
I have mesa electronics 5i20 PCI card. An application is provided which takes in data on PC and send it to FPGA on card and similarly it reads data back from FPGA on card to PC.
PCI supports 33MHz ...
2
votes
0answers
37 views
With exactly the same workload one server shows high cpu load
I'm running hadoop and have 2 identically configured servers in the cluster. They're running the same task, same configuration, same everything, and both are totally dedicated as hadoop task nodes ...
0
votes
2answers
61 views
Two similar copy codes with Java, two behaviors
So I wanted to implement a function that copies a file into a new file of which I'll specify the directory (I'll create it) and then, as I found on stackoverflow, use the Files.copy function of ...
1
vote
1answer
46 views
What is the best way to get keyboard events (input without press 'enter') in a Ruby console application?
I've been looking for this answer in the internet for a while and have found other people asking the same thing, even here. So this post will be a presentation of my case and a response to the ...
0
votes
1answer
41 views
Reading from a file using JAVA IO in android App
I have a file which an external JAR needs. I tried adding that file to assets and provided the path straight away. But that din't work and threw an error
java.io.FileNotFoundException: ...
0
votes
2answers
45 views
How to stop page cache for disk I/O in my linux system?
Here is my system based on Linux2.6.32.12:
1 It contains 20 processes which occupy a lot of usr cpu
2 It needs to write data on rate 100M/s to disk and those data would not be used recently.
What I ...
2
votes
0answers
36 views
How performance of reads/writes to regular file varies when linux kernel memory load becomes high?
It seems that writes/reads to regular files can't not be made non-blocking. I found the following references for support:
from The Linux Programming Interface: A Linux and UNIX System Programming ...
0
votes
1answer
33 views
why is EOFException used mainly by data input streams?
From Java API
public class EOFException extends IOException
Signals that an end of file or end of stream has been reached
unexpectedly during input.
This exception is mainly used by ...
0
votes
1answer
25 views
Reading only one “message” from a pipe each time?
I have two processes connected with a pipe.
One process has several threads writing messages on the pipe.
The other process reads the pipe and process the messages.
The problem is that, when the ...
1
vote
3answers
42 views
Java Excel I/0 issue
To work with my project I needed to learn about the POI Api from apache.
So I decided to create a small program that creates a spreadsheet and fills its cells with some values .
The problem is it ...
1
vote
1answer
48 views
Can I have a more example of FileAttribute?
Basically in the Files.createFile(Path fileName, FileAttribute<?>... attrs ); there is the possibility to insert a series of attributes. I am aware of the following possibility:
Path path = ...
1
vote
1answer
66 views
Client/Server Program: Connection Reset
I have written a basic program to demonstrate client server interaction. Connection is getting established but unable to fetch the data from stream. It throws an exception stating the connection reset
...
0
votes
0answers
52 views
Console.Write and Console.WriteLine are behaving similar for MS Test Output
As per the official documentation Console.Write should not be writing new line char to output where as Console.WriteLine should. But for some reason, I'm seeing a different behavior for Console.Write ...
-5
votes
1answer
38 views
File I/O Concept [closed]
I'm new in java. My assignment requires using the File I/O Concept
The Problem Is when I run the code for the second time, it makes the file new and the clear, I want to write the new data with the ...
0
votes
0answers
13 views
Is there any way to read PCIe WAKE# pin status (in Linux)?
I have a custom PCIe add-on card (it is an FPGA prototyping board) and it outputs some signal to PCIe WAKE# side-band pin. Is there any way to read the state of that pin on the host system (as PCIe ...
0
votes
1answer
73 views
No output when reading file in textarea
I have modified this example to read txt files in a text area, but I seem to get no output in the textarea.
My code:
if (returnVal == JFileChooser.APPROVE_OPTION) {
File file = ...
-4
votes
3answers
80 views
Code can not read file [closed]
When i tried to run this program, it only show "Beginning of Read-in records list. But the program doesnt terminate, which means the program keep running, but it doesnt output anything. Could anyone ...
0
votes
1answer
51 views
how to buffer and delay printf() output?
I wrote a C program and in the program there are many printf() which output log information to stdout. Now I want to use multiple processes to run the program simultaneously with different arguments. ...
0
votes
1answer
50 views
Create/write/read a text file external to the Jar archive
To save the state of a Java programmed video game in a text file (it is an exercise for a school project, I can't use serialization), I have to create a text file and write in it with PrintWriter, ...
2
votes
1answer
53 views
Print to console while getting user input from Scanner
I'm writing a server program that needs to print information, such as clients connecting or disconnecting, to the console while requesting user input through the java.util.Scanner class. The user ...
-2
votes
3answers
53 views
FileIO - Exception in thread “main” NullPointerException
When I run the main method, the following kept popping up:
Exception in thread "main" java.lang.NullPointerException
I have checked my code, but unable to find any uninitialized variable. Can ...
0
votes
1answer
24 views
StandardOpenOption for directories and files. Files.create..()
Why the StandardOpenOption parameter is not present at all in the parameter list of this method:
Files.createDirectory(path, FileAttribute<?>)?
I am talking about the same StandardOpenOption ...
0
votes
1answer
29 views
FileChannel vs RandomAccessFile [closed]
Considering that FileChannel in Java 7 implements the interface SeekableByteChannel. Is there any use in using RandomAccessFile rather than FileChannel?
Thanks in advance.
0
votes
1answer
31 views
Casting a SeekableByteChannel to a FileChannel
Directly from this oracle java tutorial:
The following code snippet opens a file for both reading and writing
by using one of the newByteChannel methods. The SeekableByteChannel
that is ...
1
vote
1answer
37 views
Ruby create and open file with ::expand_path and create directory with ::expand_path
I'm just beginning to learn file IO with Ruby, and had a question about being able to use ::expand_path to direct to a path separate from where my program is running.
Here is what I essentially ...







