Sign in
eclipse
/
objectteams
/
org.eclipse.objectteams
/
refs/heads/master
/
.
/
othersrc
/
JCLMin1.8
/
src
/
java
/
io
/
ObjectInputStream.java
blob: c422bb7f404b3afee832b3e7c351d10dfd353bdb [
file
] [
log
] [
blame
]
package
java
.
io
;
public
class
ObjectInputStream
{
public
boolean
readBoolean
()
throws
IOException
{
return
false
;
}
}