git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7012 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -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 );
}