mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Javadocs.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user