giftcards / FixedWidth

Library for working with fixed width files as well as their associated specs
MIT License
10 stars 4 forks source link

FileBuilder does not allow substitute FileInterface #8

Closed clphillips closed 9 years ago

clphillips commented 9 years ago

It would be great if, similar to FileReader, that FileBuilder could accept a FileInterface to use for writing. As it stands, I have to roll my own FileBuilder since I'm not using the memory hungry File class.

yjv commented 9 years ago

yeah i noticed that when i was working on that new file interface impmenetation for reading directly form the filesystem. I plan to have that resctriciont lifted as well with that addition

yjv commented 9 years ago

plan for that change to be done in the next few days