Top "Eof" questions

End of file (commonly abbreviated EOF) is a condition in a computer operating system where no more data can be read from a data source.

Spring Rest Template usage causes EOFException

I'm receiving java.io.EOFException's when using Spring REST template on Android. The stacktrace cause reads like this: Caused by: …

android spring eof android-annotations
Find the end of stream for cin & ifstream?

I'm running myself through a C++ text book that I have as a refresher to C++ programming. One of the …

c++ ifstream eof cin istream
ctrl-d didn't stop the while(getchar()!=EOF) loop

Here is my code. I run it in ubuntu with terminal. when I type (a CtrlD) in terminal, the program …

c unix eof
Java, need a while loop to reach eof. i.e.while !eof, keep parsing

I currently have a working parser. It parses a file once(not what I want it to do) and then …

java while-loop eof datainputstream
Go: unexpected EOF while reading from a socket

I have the following simple golang program to download Google's privacy policy. Unfortunately it always crashes with the error unexpected …

sockets go eof
Golang unexpected EOF

Here's my code, I'm new to Go. I tried googling the issue, but I can't quite put my finger on …

go eof inflate
Bash Script for Load Data Infile MySQL

So i'm trying to create a script that I can run that will do a batch import of csv files …

mysql bash eof load-data-infile
Linux - check if there is an empty line at the end of a file

NOTE: this question used to be worded differently, using “with/out newline” instead of “with/out empty line” I have …

linux eof carriage-return
bison end of file

If I forget to put an empty line at the end of any of my files my program gets a …

yacc bison lex eof
What is the meaning of EOF exceptions in hadoop namenode connections from hbase/filesystem?

This is both a general question about java EOF exceptions, as well as Hadoop's EOF exception which is related to …

java hadoop eof