Some method documentation.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4902 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-12-05 02:25:44 +00:00
parent c42510b325
commit fcdace5589
@@ -205,6 +205,10 @@ public class ObjectInputStream
return _source.readByte();
}
/**
* Read bytes into the byte array. If length is not specified, then
* enough bytes to fill the array (from the offset) are read.
*/
public function readBytes (bytes :ByteArray, offset :uint = 0,
length :int = -1) :void
//throws IOError