mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Renamed BdfWriter methods, added support for NULL_VALUE.
This commit is contained in:
@@ -11,8 +11,8 @@ public interface BdfWriter {
|
||||
|
||||
void writeNull() throws IOException;
|
||||
void writeBoolean(boolean b) throws IOException;
|
||||
void writeInteger(long l) throws IOException;
|
||||
void writeFloat(double d) throws IOException;
|
||||
void writeLong(long l) throws IOException;
|
||||
void writeDouble(double d) throws IOException;
|
||||
void writeString(String s) throws IOException;
|
||||
void writeRaw(byte[] b) throws IOException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user