Subject | Re: Resettable FBBlobInputStream? |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-09-28T19:47:01Z |
> Not possible. For some reasons server does not allow seeking back theUps, sorry... Seems that I was to fast. I am sure that server does not
> stream.
allow seeking back the output stream. You have to check the input
stream. Current version of the driver in CVS exports method seek (see
org.firebirdsql.jdbc.FirebirdBlob interface), and there are already
test cases that you can easily extend.
It it works, than just add reset() method to corresponding interfaces
and implementation that would call seek(...) internally.
Roman