public byte[] toBytes() {
final ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
writer.apply(outputStream);
byte[] bytes = outputStream.toByteArray();
value = bytes;
writer = Entities.writerFor(value);
return bytes;
}
--
You received this message because you are subscribed to the Google Groups "utterlyidle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utterlyidle+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to utterlyidle...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "utterlyidle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utterlyidle...@googlegroups.com.