Big fat Bernie javadoc cleanup.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3310 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-01-24 23:08:21 +00:00
parent dd04679568
commit afabea71ad
65 changed files with 158 additions and 132 deletions
@@ -1,5 +1,5 @@
//
// $Id: FramingOutputStream.java,v 1.5 2004/08/27 02:12:36 mdb Exp $
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -108,7 +108,7 @@ public class FramingOutputStream extends OutputStream
/**
* Writes the frame length to the beginning of our buffer and returns
* it for writing to the appropriate channel. This should be followed
* by a call to {@link #reset} when the frame has been written.
* by a call to {@link #resetFrame} when the frame has been written.
*/
public ByteBuffer frameAndReturnBuffer ()
{
+3 -3
View File
@@ -1,5 +1,5 @@
//
// $Id: Streamer.java,v 1.9 2004/08/27 02:12:36 mdb Exp $
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -246,8 +246,8 @@ public class Streamer
* specified stream.
*
* @param object the instance to be read from the stream.
* @param out the stream from which to read the instance.
* @param useWriter whether or not to use the custom
* @param in the stream from which to read the instance.
* @param useReader whether or not to use the custom
* <code>readObject</code> if one exists.
*/
public void readObject (