mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Removed Writer.close().
This commit is contained in:
@@ -6,8 +6,8 @@ import java.util.Map;
|
||||
|
||||
public interface Writer {
|
||||
|
||||
// FIXME: Remove this method
|
||||
long getBytesWritten();
|
||||
void close() throws IOException;
|
||||
|
||||
void writeBoolean(boolean b) throws IOException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user