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:
@@ -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 ()
|
||||
{
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user