On 7/22/03 3:40 PM, "Chris Nokleberg" <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 22, 2003 at 03:34:40PM -0400, Andrew C. Oliver wrote:
>> Does it look feasible to merge with POIFS? We need to support both ways.
>
> The library only works against the Seekable interface, but there is a
> Seekable wrapper over InputStreams which does transparent caching. This
> is all hidden from the user of the API, though:
>
> public class OleDoc {
> public static OleDoc read(InputStream in);
> public static OleDoc read(RandomAccessFile file);
> public static OleDoc read(byte[] bytes);
> // etc
> }
>
Right, I guess what I'm looking for is more of a technical analysis..
Meaning look at the code behind POIFS and say "yes we can merge the two into
one" or "no the two are totally different"
You know your code, you can see our code, so if you put the two side by
side... That kind of thing.
Does your API write? Can we integrate the write support, etc etc.
-andy
> Chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
--
Andrew C. Oliver
http://www.superlinksoftware.com/poi.jsp
Custom enhancements and Commercial Implementation for Jakarta POI
http://jakarta.apache.org/poi
For Java and Excel, Got POI?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]