소스 검색

Update a javadoc for clarity.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7012 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
PSp..om 14 년 전
부모
커밋
b8788ad7e5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 );
 }