Update a javadoc for clarity.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7012 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
PSp..om 2011-03-17 20:16:46 +00:00
parent 8a3ae8ea04
commit b8788ad7e5

View File

@ -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 );
}