An abstract mechanism for reading a data stream in Java
1
vote
0answers
15 views
How to get password from console when java application is invoked using nohup
I want to start a sever application, written in java, after verifying the users authorization to start the server app. So, I tried implementing it using System.console(). The problem is my server app ...
0
votes
1answer
13 views
Cannot Create Audio Stream from Input Stream
I am trying to get a sound file (.wav) to play when a button is clicked. The calls are all made correctly. When I click the button, an IOException is printed. This is the code for the method that ...
0
votes
0answers
23 views
Asynchronous consumption of InputStream
I want to play streaming media, received from a internet service. The media player works fine, but is sometimes interrupted due to poor download rate.
On receiving of media data I run a thread that ...
1
vote
0answers
61 views
Couldn't send the image to the web server database for android
I was instructed to send a report in this format
Name=tan ah kow
Email=myemail@google.com
Contact=81234567
Block=123
Street=Tampines Central
Description=Dirty water puddle
...
0
votes
2answers
26 views
Send text to serversocket after connecting to it
I have a problem that I can't send text to ChatServer. My code:
...
try {
socket.connect(address);
System.out.println("Successfully connected to server!");
Thread ...
0
votes
2answers
29 views
How to use NIO to write InputStream to File?
I am using following way to write InputStream to File:
private void writeToFile(InputStream stream) throws IOException {
String filePath = "C:\\Test.jpg";
FileChannel outChannel = new ...
0
votes
0answers
15 views
How To play Video From inputStream in android?
i want to play video from input stream in android.i already play video from sd card directly ,from url and resource folder(raw folder) but unable to play from input stream.can somebody help me.
0
votes
2answers
31 views
is this correct ? how to load bytes from a file? [duplicate]
I need to load bytes from a file using Java. is this right ?
InputStream ips=new FileInputStream(file);
InputStreamReader ipsr=new InputStreamReader(ips);
BufferedReader br=new BufferedReader(ipsr); ...
1
vote
0answers
82 views
Cannot create SQL database from downloaded file which is saved in /data/data/appname/files
I tried searching all around but cannot find a definite solution.
What I trying to do is to download an always updated with new inputs SQL file in XML format from URL and save it in the ...
0
votes
1answer
35 views
BufferedReader reads older input
Java beginner here. For testing, I made my own input class which uses BufferedReader. The code looks like this:
import java.io.BufferedReader;
import java.io.IOException;
import ...
0
votes
0answers
6 views
Reading a File From a Non-Activity Class
So, I have a setup almost identical to this one in an activity class and everything works. In this non-activity class (CardReader), the code does not work and the game crashes when loading the ...
0
votes
1answer
39 views
java.io.IOException: BufferedInputStream is closed when downloading image file in android java
I got hte following error
05-10 11:14:47.925: W/System.err(9681): java.io.IOException: BufferedInputStream is closed
05-10 11:14:47.925: W/System.err(9681): at ...
0
votes
1answer
35 views
Cipher Output and Input Streams
I'm attempting to store some encrypted data in the Android filesystem. I'm getting errors I don't understand and empty files. Please help.
Code:
private Cipher cipher;
private ...
0
votes
0answers
36 views
EXCEPTION :Async operation timed out - When reading input stream in servlet
I got the exception EXCEPTION :Async operation timed out when reading input stream in servlet.
Code for read input stream is :
ServletInputStream rdata = request.getInputStream();
...
0
votes
0answers
22 views
Need help figuring out when/where to access a variable in a method. I didn't write the code but I semi understand what it is doing
So the idea of my project is to grab files from a server and then put them on another. As of now it is downloading the files to whatever machine is running the program and THEN re-uploading them to ...
0
votes
3answers
46 views
Reading bytes from large files in Java cause Java heap space error
Awhile ago I was seeking help on the code below and finally started working on it again. Basically, I've narrowed my error down to the size of the file causing this error:
Exception in thread "main" ...
0
votes
0answers
28 views
java.io.EOFException When trying to read a serialized object
I have a serialized a data object into a file and tried to read that object back inside a servelet.Im getting below exception
java.io.EOFException
at ...
-1
votes
0answers
6 views
Arraya byte flip the picture with Xuggle [closed]
I wanted to do was get the camera with the image bytes Arraya h264 or InputStream to throw away. I do not want to throw the remote. How do I do that?
Can you help us?
0
votes
1answer
37 views
Error 401 while trying to connect to URL for reading xml
I'm trying to read an xml file via connecting to url and read the input stream, but i have an error
"java.io.IOException: Server returned HTTP response code: 401 for URL: https://...."
i handled the ...
0
votes
1answer
28 views
Logging InputStream
I create an InputStream class, that extends CiphetInputStream. I want to log all data from my InputStream (that i use as input in parser further) so i done following:
public class MyInputStream ...
1
vote
0answers
33 views
Java Connecting URL and downloading a zip but when extracting the zip it's not properly downloaded
I am sending a request XML to the URL and receiving a zip file to the given path.
Sometimes I'm facing troubles when the bandwidth is low this zip file, most likely 120MB size is not getting ...
0
votes
1answer
48 views
android: java.io.IOException: stream closed
I am reading xml data from server and parsing it during which i am getting the following exception.
05-07 12:37:31.904: W/System.err(2765): java.io.IOException: stream closed
05-07 12:37:31.907: ...
0
votes
0answers
20 views
What is the standard data-structure to get Http client request in Http Web Server project
I am writing HTTP WEB SERVER. In that code, I used byte array to get the client request, and then process, but that have performance issue, when I call different RequestHandler , i.e., Get, Head and ...
1
vote
1answer
43 views
Caching .mid audio files in a game
The question may seem really simple. I am working on a game project, so for now I need to implement a sound engine.
I have several audio files to be played. I do it this way:
File file = new ...
0
votes
1answer
26 views
concatenate multiple InputStreams and ensure newline
I would like to read multiple files from an SFTP directory and concatenate it into one resultfile.
So the SFTP API returns InputStreams and I used a SequenceInputStream to concatenate them.
As long as ...
1
vote
1answer
43 views
piped streams and count down latch
I am trying to prototype a program that would read a stream then spin up new processing streams in a thread pool as the main thread got further along in the stream. I'm running into a problem with ...
0
votes
1answer
33 views
Java redirecting System.in - InputStream.read called but nothing “returned”
So I'm trying to redirect a textbox to System.in. I've seen this thread Redirect System.in to swing component , and seem to have everything working:
private class SystemIn extends InputStream {
...
1
vote
1answer
164 views
java.io.FileNotFoundException: /file/path.jpg open failed: ENOENT (No such file or directory)
I am trying to save an image to parse.com. I need to convert it to byte array. The way I have decided to try to do this is to use apache commons-io. It is not quite working properly. This is my code ...
0
votes
1answer
57 views
Using InputStream to read file from internal storage
I've searched for a couple days, and all I find is using bufferedReader to read from a file on internal storage. Is it not possible to use InputStream to read from a file on internal storage?
...
0
votes
2answers
72 views
What is the most effective method to input an array in Java?
I need to read an array stored in a single line in a text file.
What am doing till now is this:
BufferedReader in = /*hook it to the file input stream via an InputStreamReader */
String[] input = ...
1
vote
0answers
58 views
Most efficient way to read from external accessory input stream and push to s3?
I am trying to read up to max 2MB from an external accessory via bluetooth and its taking a lot longer than expected. We are optimising on the external accessory side of things but I am looking also ...
0
votes
0answers
27 views
jersey class not found dependency missing
I created a REST service that loads one file through an InputStream class.
I'm using Java 8 with Eclipse and Tomcat 7.0.39.
This is the interface of method:
Code
When I run the server, it throws this ...
1
vote
2answers
41 views
Iterator for InputStream
In a exercise, I have to create an iterator for an InputStream.
The goal is that the user can do :
for(byte b : new InputStreamToIterable(myInputStream)){
//do stuff with byte
}
I finished to ...
0
votes
2answers
31 views
Using InputStream/OutputStream to handle data flows through modules
so now I have a bunch of modules. It's like a assembly line. There is data flowing through and each module does something about the data, or you can say the next module consumes the output that the ...
-1
votes
1answer
109 views
PDF to Bytearray conversion in java
Below is my code to convert a PDF file to byte array
public class ByteArrayExample{
public static void main(String[] args) {
try{
BufferedReader bf = new BufferedReader(new ...
1
vote
1answer
43 views
Alternative to closing a CipherInputStream
I'm having trouble because I need to close de CIS (or I won't get the last 16 bytes) but I can't because I'm using it over a socket:
cis = new CipherInputStream(new ...
0
votes
1answer
24 views
Wifi socket connection nullpointer exception at answer
I wrote an app which connects to java server. It sends a small message to server and the server answers if the message is "on". For any other case the server is not sending data back.
I wrote a line ...
0
votes
1answer
48 views
InputStream and OutputStream abstract methods
I've been exploring the java.io package a lot lately, and I've been wondering where can I find the exact processes that the abstract classes inside InputStream and OutputStream do.
I'm dazzled ...
0
votes
2answers
103 views
Android - inputStream.read() - I can not read anything
I have a problem with read data from socket. I was trying solve my problem in different way and i think my code now is the simplest possible to test it. Android have a problem to read from socket and ...
0
votes
1answer
36 views
InputStream containing multiple files
I try to send multiple Files from my Server (NanoHttpd) to my Client (Apache DefaultHttpClient).
My approach is to send multiple files via one Response of NanoHttpd.
I can only send one InputStream in ...
-1
votes
1answer
27 views
InputStream to receive files twice explicitly [duplicate]
I am trying to send two images with a difference of 5 seconds between them from an android phone (client) to PC(server).
I am using InputStream to do this for me.
ServerSocket servsock = new ...
0
votes
1answer
21 views
How to read each character from a BitInputStream when the number of bits varies per character
I apologize, it wouldn't let me tag homework.
Hello there, I'm working on a school project using Huffman coding to compress data from a file. In this assignment, you are supposed to read from a file ...
0
votes
1answer
43 views
Java SequenceInputStream
I try to send multiple Files from my Server (NanoHttpd) to my Client (Apache DefaultHttpClient).
My approach is to send multiple files via one Response of NanoHttpd.
For this purpose i wanted to use ...
0
votes
2answers
57 views
how to boost the speed of downloading files in background android?
I am developing an app (for both Android and iPhone). Actually, in my app I have to download lot of videos in background (using a background service, IntentService) as well as I have a screen showing ...
1
vote
1answer
31 views
Android: Can I use single InputStream for multi method?
I have some problem about using readline(). I have single inputStream it's from main class
private String url = "BoardLayoutSet/01_basic.templete";
private InputStream boardName ...
-1
votes
0answers
22 views
Reading getevent command output line by line without read() blocking [closed]
How would I read the output of the getevent command line by line within my application.
Every method I try blocks and I do not receive output unless some hidden buffer fills that seems to be 4096k. I ...
0
votes
1answer
53 views
Reading from response body multiple times in Apache HttpClient 4.x
I'm using the Apache HttpClient 4.2.3 in my application. We store the response of an HTTP call like so:
HttpResponse httpResponse = (DefaultHttpClient)httpClient.execute(httpRequest);
The response ...
0
votes
1answer
74 views
Unblocked read from InputStream of a BlueToothSocket while checking connection of the socket
I am trying to write a thread which will do following stuffs:
1. read from inputstream;
2. some other routine;
3. if socket is closed, throw an exception.
The BlueTooth Socket and inputStream from ...
1
vote
2answers
42 views
InputStream from local machine to tomcat deployed webapp
I have a situation where I want to create a inputStream from local machine (let's say directory of file is C:\Users\temp\file.txt) to a remote server that has Windows Server 2008.
How can I make the ...
0
votes
1answer
74 views
Recieving multiple images over TCP socket using InputStream
I am trying to send multiple images one by one automatically from my android phone to the Server (PC) each time I capture an image from the camera.
The problem is the read() function only blocks the ...



