flush
This commit is contained in:
parent
31995a1fb9
commit
14f9c22907
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ public final class Packed implements Compression {
|
|||
public void writeBuffered(org.capnproto.BufferedOutputStream writer,
|
||||
org.capnproto.MessageBuilder message) throws IOException {
|
||||
org.capnproto.SerializePacked.writeMessage(writer, message);
|
||||
writer.flush();
|
||||
}
|
||||
|
||||
public org.capnproto.MessageReader newBufferedReader(
|
||||
|
|
Loading…
Reference in a new issue