mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01: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