This commit is contained in:
David Renshaw 2014-09-29 15:35:54 -04:00
parent 31995a1fb9
commit 14f9c22907

View file

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