Top "Objectinputstream" questions

The Java `ObjectInputStream` deserialization class from the Java standard library.

StrictMode complains about InputStream not being closed

I'm getting the following violation reported by StrictMode in Android. 02-05 04:07:41.190: ERROR/StrictMode(15093): A resource was acquired at attached stack …

java android objectinputstream android-strictmode
Cannot create ObjectInputStream with InputStream for a Bluetooth Socket on the Android Platform

I am writing a multiplayer game for Android phones. Communication is via Bluetooth. I have managed to send bytes from …

java android bluetooth objectoutputstream objectinputstream
ObjectInputStream.readObject() gives EOFException

I'm completely new to programming, so I'm having a difficult time resolving my own errors. Someone advised me to try …

java objectinputstream eofexception