O
O
olololosh2015-03-21 22:08:51
Java
olololosh, 2015-03-21 22:08:51

What to read on reading text files?

What to read on reading text files? so that the desired file opens in a frame as in the screenshot below.

fe0031f042ea4beb839c011c313a0065.jpg

And also about reading various text formats, such as fb2, pdf, and so on. etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2015-03-21
@OnYourLips

Read text files!

G
GavriKos, 2015-03-21
@GavriKos

Reading a text file has nothing to do with displaying in any frame. You are reading a file into a variable. And in the frame you already display the contents of the variable. The frame doesn't care where the data in the variable comes from, just like the file parser doesn't care where the data will be displayed.
For all sorts of fb2 and other things, you need to read the format specifications. I am sure that you can find ready-made libraries for parsing these formats.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question