FstCodec fixed

pull/508/head
Nikita 9 years ago
parent 056c3a8afa
commit b9e832f353

@ -72,6 +72,7 @@ public class FstCodec implements Codec {
ByteArrayOutputStream os = new ByteArrayOutputStream();
FSTObjectOutput oos = config.getObjectOutput(os);
oos.writeObject(in);
oos.flush();
return os.toByteArray();
}
};

Loading…
Cancel
Save