python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Java BufferedInputStream.read() fails
I am working on an android app that has continuous communication between the phone and a local server on the computer through cable and Android Open Accessory connection(AOA), the server(the computer)...
Mohammad Elsayed
Votes: 0
Answers: 0
BufferedReader - Output columns in in different order JAVA
I have 2 csv files with column 'car', 'bike', 'tractor' etc
The below code prints out data from the csv which works fine, however cvs 1 prints out in a different or to csv 2 so I want to arrange the c...
JoeyOC
Votes: 0
Answers: 1
Reading data from a file inside a zip file in java without extracting the Zip
I need to read a file inside a zip folder without extracting Zip the zip folder then I need to keep all the data in that file in a buffer.
public static void getLogBuffers(String path) throws IOExcep...
kanishka malpana
Votes: 0
Answers: 1
Java doesn't download full file size
I have a problem with downloading a file using Java.
This is my current code:
public void download() {
try {
URL url = new URL("http://updates.thiemoo.at/index.php?request...
Givou
Votes: 0
Answers: 0