file-io tag

38 questions


1 answers
147 views
0
How do I input and output files in Java?

I want to create a text file What do I do?

2 years ago

1 answers
139 views
0
How do you know that certain files exist in Java?

How do I know if there is a file before I read it in Java? In Pearl, you know when you say -e $filename.I looked it up and asked how to check if there is a file when writing a file, and I told you to ...

2 years ago

1 answers
82 views
0
What's the best way to read large text files in Java?

I want to read almost 5-6 gigabytes of files in a row, but how can I read them quickly?

2 years ago

1 answers
135 views
0
I want to find a .txt file in the directory

How do I find only .txt files in a directory?

2 years ago

1 answers
116 views
0
Saving a String to a Text File in Java

Is there a way to save String as a text file in Java?

2 years ago

1 answers
72 views
0
Replace File with Byte[] in Java

I want to change java.io.File to byte[] how do I do it?

2 years ago

1 answers
83 views
0
How to create temporary folders in Java

Is there a standard or a good way to create a temporary directory within a Java application?


2 answers
149 views
0
C fopen vs open

I learned both in Linux class, but open is only on the test and I've never actually used it.You can open both files, but even if you look at other codes, they only use fopen files. Why is that?

2 years ago

1 answers
84 views
0
Question! I'm going to write a list element in the file

You are about to write a list element to a file. For example, #PythonFilemylist = [hello, 3]file = open(myfile.txt, w)file.writelines([%s\n % item for item in mylist])When you run myfile.txthello3Let'...


3 answers
70 views
0
I am writing a file input/output program that will use the Java socket, and I am asking you this question because of the EOFException process in readUTF to the client

A program where multiple clarifiers access and chat on a single server When the server enters option, the menu pops up, and when you select File Transfer, you enter the file path, decide who to send i...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.