Parcourir la source

Update a javadoc for clarity.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7012 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
PSp..om il y a 14 ans
Parent
commit
b8788ad7e5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      engine/src/networking/com/jme3/network/kernel/Connector.java

+ 2 - 1
engine/src/networking/com/jme3/network/kernel/Connector.java

@@ -76,7 +76,8 @@ public interface Connector
     public ByteBuffer read();
     
     /**
-     *  Writes a chunk of data to the connection.
+     *  Writes a chunk of data to the connection from data.position()
+     *  to data.limit().
      */
     public void write( ByteBuffer data );
 }