Add read method that acceps an InputStream
Brought to you by:
oldman1004
Currently there is only one method to pass informationto
the library. It is pass a File object. In many cases it is
much more convenient to pass just an InputStream.
Currently to do it user has to create atemporary file.
It should be a fairly easy change that will improve the
interface a lot.
Logged In: YES
user_id=353148
Well... It does seem like a good idea, but it's somewhat bound to the project
name DataFile -- "File" being the keyword here. I'll think about it, but unless I
change the name of the project I think it's somewhat outside the scope of the
project.
Logged In: NO
I agree, the project would be much more useful with methods to read from an InputStream.