Updated transport plugin API.

This commit is contained in:
akwizgran
2011-10-04 17:49:18 +01:00
parent 2d62b0ad67
commit 11a6858c46
5 changed files with 32 additions and 15 deletions

View File

@@ -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();