When writing a reader over a Kryo Input, it's nice to know when one has reached
end of stream at a "normal" point.
The way to do this is to call optional(1) before trying to read. However,
optional() isn't public.
Please make optional() public, or create a public boolean eof() { return
optional(1) > 0; }
Original issue reported on code.google.com by shevek.h...@googlemail.com on 11 Sep 2012 at 2:23
Original issue reported on code.google.com by
shevek.h...@googlemail.com
on 11 Sep 2012 at 2:23