readField() also gets an untyped return type.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5989 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -176,7 +176,7 @@ public class ObjectInputStream
|
|||||||
* @param type either a String representing the java type,
|
* @param type either a String representing the java type,
|
||||||
* or a Class object representing the actionscript type.
|
* or a Class object representing the actionscript type.
|
||||||
*/
|
*/
|
||||||
public function readField (type :Object) :Object
|
public function readField (type :Object) :*
|
||||||
//throws IOError
|
//throws IOError
|
||||||
{
|
{
|
||||||
if (!readBoolean()) {
|
if (!readBoolean()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user