Example text.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5987 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-11-06 21:50:21 +00:00
parent d82a926ca1
commit 00c4777460
@@ -71,7 +71,8 @@ public class ObjectInputStream
* @return the Object read, or null.
* @throws TypeError if the object is read successfully but is the wrong type
*
* @example
* @example This demonstrates how to type-check the objects read off the stream without
* having to cast them.
* <listing version="3.0">
*
* public function readObject (ins :ObjectInputStream) :void