mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-14 12:11:15 +02:00
Updated transport plugin API.
This commit is contained in:
@@ -23,6 +23,10 @@ class TestBatchTransportWriter implements BatchTransportWriter {
|
||||
return out;
|
||||
}
|
||||
|
||||
public void finish() throws IOException {
|
||||
// Nothing to do
|
||||
}
|
||||
|
||||
public void dispose() throws IOException {
|
||||
// The output stream may have been left open
|
||||
out.close();
|
||||
|
||||
Reference in New Issue
Block a user