The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
23 views

Reading File from Internal storage with No Read/Write Permissions?

I have a file on Internal Storage on the path e.g. /data/data/<package name>/folder/myfile I don't have permissions to access this file but for my implementation I have to read this file. for ...
0
votes
1answer
69 views

.read() reinterpret_cast<char *> c++

I've got a file with some doubles (9 to be exact, for a 3x3 matrix) written in binary. I'm trying to make use of them as the real double value they represent (the number ej: 5.66 / -1.882 / etc..). ...
0
votes
1answer
24 views

print binary file on browser

I am developing my project in JSP/SERVLET. I have Audio tag in HTML <audio src=" player.jsp "/> player.jsp is needed to play from custom starting duration like 01:24 I want my player.jsp to ...
0
votes
3answers
32 views

Reading from File system

This was an excerpt from my program- I want to display the text stored on the output window. The text is stored in the file as required. However, when reading, the contents are not displayed on the ...
0
votes
2answers
28 views

User Defined File Reading Function Causes NullPointerException Java

I have to read some information from text file to different String arrays. So, I wrote a method for this task. Here is the code: private String[] stateNames; . . . readHelper(stateNames); . . . ...
0
votes
1answer
70 views

Open() and codecs.open() in Python 2.7 behave strangely different

I have a text file with first line of unicode characters and all other lines in ASCII. I try to read the first line as one variable, and all other lines as another. However, when I use the following ...
0
votes
2answers
65 views

Trying to read information in a file into two lists in Python

I think this is a relatively simple question but i'm a beginner and having trouble. I have to read in information from a text file into two lists in python. This is an example of what the text file ...
1
vote
2answers
30 views

iOS Read a Stream but returns null

Ok boys and girls, this is my prob : I'd like to read a JSON stream in my iOS app, but when i tried, it returns 2013-04-12 02:35:01.479 Test[81414:303] (null) but my file exist and is absolutely ...
1
vote
2answers
83 views

How to read file from res/raw by name

I want to open a file from the folder res/raw/. I am absolutely sure that the file exists. To open the file I have tried File ddd = new File("res/raw/example.png"); The command ddd.exists(); ...
0
votes
1answer
104 views

What is the entitlement to allow reading of file in a Mac OS X App? (deny file-read-data error)

I am making a Mac OS X App (sandboxed) which reads from an installed config file in /etc/myfolder. When I am trying to read the file using NSFileHandle, I am getting the following error in Console: ...
5
votes
4answers
133 views

Java reading long text file is very slow

I have a text file (XML created with XStream) which is 63000 lines (3.5 MB) long. I'm trying to read it using Buffered reader: BufferedReader br = new BufferedReader(new ...
1
vote
1answer
41 views

Split tar.gz files using php

I am importing data feed into mywebsite.My datafeed files are came from tar.gz format. The file size is is very large upto 10 gb. i need to split tar.gz file and then upload to database. How can i ...
0
votes
3answers
64 views

A substite for “for looping” in text files

from unidecode import * reader = open("a.txt",'w') def unite(): for line in reader: line = unidecode(line) print (line) unite() Now, I get an error saying for looping is not ...
-2
votes
1answer
106 views

C Language - how do I fix my Binary Search Function in my code?

This is what I have #include <stdio.h> #include <stdlib.h> void print(int a[], int size); void sort (int a[], int size); void swap (int* a, int *b); int search(int ...
1
vote
1answer
61 views

Free Pascal: fast and efficient reading of files

Is there faster and more efficient way of reading of files than using AssignFile, Reset and Read (on Windows x86 and x64)? I need to grep (using TRegExpr) many text files for a pattern.
1
vote
2answers
134 views

fread doesn't read multiple lines

I am trying to read from a .txt file that has some numbers in lines. It looks like that. example.txt 123 456 789 555 I open this as a binary file for reading wanted to read this file line by line ...
0
votes
3answers
121 views

Read space separated float values of matrix from text file in C

What can be wrong with my code below that it never opens the file. I've also tried with absolute file path but that doesn't helped me, I know physically that the file is there. FILE *myfile; ...
1
vote
1answer
63 views

generating strings from a file

This is the start of a solution for Project Euler Problem 22. I have a sample version of their text file from which I am trying to generate names one name at a time. This is a link to the ...
-1
votes
2answers
62 views

Number extraction from a string such as an integer or double

I am having a difficult time thinking of a way to extract a number such as an int or a double from a string extracted from the getline() function. //Example: string data = ""; fstream inFile; ...
-1
votes
3answers
61 views

Confusing Error when Reading from a File in Python

I'm having a problem opening the names.txt file. I have checked that I am in the correct directory. Below is my code, and the error I got: import os print(os.getcwd()) def alpha_sort(): infile = ...
1
vote
1answer
197 views

Hadoop: the Mapper didn't read files from multiple input paths

The Mapper didn't manage to read a file from multiple directories. Could anyone help? I need to read one file in each mapper. I've added multiple input paths and implemented the custom ...
1
vote
3answers
90 views

Reading numbers as strings

I am new at R programming and I want to read a text file in R. One of the columns, lets say column 7 is numeric and each number represent an ID I want R to read the numbers as if they were ...
0
votes
0answers
61 views

Opening files from Remote Location

I have loaded the names of files associated with an open issue to some link buttons on my page. In the click event of the Link Button, I have placed the code to open the file: string filePath = ...
0
votes
2answers
70 views

python read file from current line

I have one problem regarding using python to process the trace file (it contains billion lines of data). What I want to do is, the program will find one specific line in the file (say it is line# x), ...
0
votes
0answers
17 views

When does a buffer get locked during a disk read

Let's take a process A which performs a read() operation on a specific device number and block number of a file system. A buffer is allocated from free list or hash queue for the data coming in from ...
1
vote
2answers
63 views

Splitting strings with spaces

So I take in a line from a .txt file and turn it into a string. I would like to split the string up by |, but I also have spaces before and after it that is messing with the code, here is what I have ...
0
votes
3answers
320 views

C: read (text) file into array, can't see what's wrong?

first time posting here. I have looked at a few other peoples ways to do this, and one of the ways was nearly exactly the same way that I am trying to do. But, it doesn't work for me? ...
0
votes
1answer
63 views

fread gives BadPtr when done in a new process

I have written a C++ Dll which has two functions, one writes a binary file to disk and and other reads that file from disk and load into memory. //extremely simplified code looks like this bool ...
1
vote
1answer
102 views

How do I get Powershell to read the contents of a file? [closed]

I'm adapting this script that counts the instances of a individual words in a file. $txtPath = "c:\users\xxxxxx\desktop\tx" $srcfiles = Get-ChildItem $txtPath -filter "*.txt*" # function wordCount ...
1
vote
2answers
2k views

java: how to use bufferedreader to read specific line

Lets say I have a text file called: data.txt (contains 2000 lines) How do I read given specific line from: 500-1500 and then 1500-2000 and display the output of specific line? this code will read ...
0
votes
2answers
101 views

How to read data file from client machine in wan

Is there any way to read the contents of a text file from a client browser? For example, I would like to let the user click on a button to place the contents of C:\cmd.txt into an html element for ...
0
votes
2answers
270 views

How do you detect if a file has a blank line at the end with a BufferedReader?

I am currently working on a INI file parsing library, but I just have one issue when I am attempting to create a category with a method that I made. The content of the INI file that I am using is as ...
4
votes
4answers
457 views

Clearest way to read and print .txt file lines in C

There are a bunch of ways describing how to use various methods to print out lines of a text file on this site: Posix-style, reading IP addresses, Fixed line length. They all seem to be tailored ...
0
votes
2answers
748 views

\377 character in c

i am trying to read a file in c. i have a .txt file and it has that content: file_one.txt file_two.txt file_three.txt file_four.txt when i try to read this file with fopen i get this output: ...
0
votes
2answers
153 views

How to read file in nodejs Server sent from Web Client

I am new to nodeJS and Java Script. I need to implement a mechanism to read a file in nodeJS server sent from the Web Client. Can anyone give me some pointer how to do that? I found readFileSync() in ...
0
votes
2answers
122 views

how to write/read a file for android that stores an array

I have two activities. EnterPin and ConfirmPin. The arrays are pin and confirmpin. I need to compare the two. I wanted to use a file to compare the arrays. Enterpin, would write to the file and ...
0
votes
2answers
213 views

Extract data from file into vectors but avoid duplicates

I want to read data in files that are formatted like: Point1, [3, 4] I'm using delimiters '[' ']' and ',' and replace them with ' ' (empty space). My code now is fine and working. But the problem ...
0
votes
1answer
1k views

read the html file in java

In java i have to read multiple files to search some text . Files are containing large html data so its difficult to read the content of the html file with the help of following code . Is any direct ...
0
votes
1answer
194 views

Load External Text File Into Android App Without Using Resources

I have an android application I am developing in Java. I need it to load a text file so it can read what is in the text file and get values from it. However, everything I have read so far has been ...
-5
votes
2answers
87 views

Reading data from text line by line in java

I'm making a game in Java, but can't figure out how to get information from a text file so that I can load the game. I have the saved files set up so that on every line there is the name of a method ...
1
vote
1answer
68 views

Return given string matching line

I want write function something like this getLine($mySteing){ ..... } How to get line form file(file.txt) given sting include(matching)?. please help define('COMPANY_FULL_NAME', 'sdfstd') = ...
0
votes
0answers
107 views

PHP: How to read a text from a file and preserve CR and LF characters?

I have a simple text in a .txt file, just three strings of text with each string on a new line. Typing that text I pressed the Enter key after the dot of every line. I use Windows so there must be ...
0
votes
4answers
166 views

Multiline file read in Python

I am looking for a method in Python which can read multiple lines from a file(10 lines at a time). I have already looked into readlines(sizehint), I tried to pass value 10 but doesn't read only 10 ...
1
vote
1answer
77 views

Parsing and Writing Files in PHP

I'm attempting to open a directory full of text files, and then read each file line-by-line, writing the information in each line to a new file. Within each text file in the directory I'm trying to ...
0
votes
2answers
113 views

Skip data when reading a text file

i have a text file ... which storing data like.. E:0 S:0 R:0 G:0 E:1 S:1 R:1 G:1 and so on till 50. I can read it by StramReader.ReadLine(); but how i can ...
-3
votes
1answer
141 views

File Reading for Console

Am making a dictionary and have to read various file from various folder of various types! i have found the code for displaying folder in a directory on console! however i dnt understand how to read ...
0
votes
2answers
286 views

Extracting certain pattern from log using Java

I want to extract a piece of information from a log file. The pattern that I am using is the prompt of the node-name and the command. I want to extract information of the command output and compare ...
-1
votes
2answers
137 views

Not able to create two methods for counting and reading a file individually in java

When trying to create two methods for counting the no. of rows and reading the values of a file, only one of these methods got executed and another is not executed showing the following error ...
0
votes
3answers
457 views

read in a set of integers from a text file into by column in to variable arrays

If I have a text file that looks like: 4 1 2 3 4 5 6 7 8 9 10 11 12 I want to read each column of numbers into a variable x, y, and z. So after reading, z = [3, 6, 9, 12]. How do I parse ...
1
vote
1answer
345 views

Win32 Edit Control shows '|' like symbol for each new line

I am reading text from a file and showing in an edit control. The file has multiple lines. But whenever a line ends, the edit control is showing a '|' symbol and then goes to the new line. For ...

1 2 3