fileinputstream

Why is the FileInputStream read() not blocking?

Hi there, I've got a Writer program that writes one line of text to a file, then waits until the user hits return before it writes another line and then exits. Only after that is the file closed. The code: public class Writer { Writer() { } public static String[] strings = { "Hello World", ...

text file input issues in C++

I am having to read a text file; however, one certain text file is giving me issues. Not only is the text file huge (an entire ebook), but there are also several accented letters. I am reading in the words one letter at a time stopping on appropriate punctuation or spaces. I do this by testing appropriate ASCII for letters and punctua...

protocol sniffer

i have to do a project of over protocol sniffer. would you help me for this, actually i have to build a app which can show the all ports opening on a specific file...it means i m gonna to browse a file (for example music file is at there) so this music file is use like multitasking (aomeone download them and someone listining that song a...