Fixed two minor bugs; one with SegmentedStringWriter (2 methods of Appendable interface were not correctly implemented; not problem with Jackson's own usage), another with JsonFactory when constructing JsonGenerator to write to a File (was not necessarily closing FileOutputStream, if auto-close was disabled)

5 files changed