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:
parent
8a3ae8ea04
commit
b8788ad7e5
@ -76,7 +76,8 @@ public interface Connector
|
|||||||
public ByteBuffer read();
|
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 );
|
public void write( ByteBuffer data );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user