Removed Writer.close().

This commit is contained in:
akwizgran
2011-07-22 18:08:05 +01:00
parent fe58fb4c30
commit 5d000b62f8
7 changed files with 3 additions and 17 deletions

View File

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