Javadocs.

This commit is contained in:
akwizgran
2011-09-21 18:09:56 +01:00
parent e589d44d9f
commit eba6884281
2 changed files with 5 additions and 6 deletions

View File

@@ -12,9 +12,9 @@ public interface ConnectionWriter {
OutputStream getOutputStream();
/**
* Returns the number of encrypted and authenticated bytes that can be
* written without writing more than the given number of bytes, including
* encryption and authentication overhead.
* Returns the number of bytes that can be written to this writer without
* outputting more than the given number of bytes, including encryption and
* authentication overhead.
*/
long getCapacity(long capacity);
}