Re: [Osalp-dev] aflibConverter question
Status: Abandoned
Brought to you by:
daservis
|
From: Darrick S. <da...@dc...> - 2002-03-10 21:03:28
|
On Thursday 07 March 2002 09:55 am, you wrote: > > You also should consider using aflib throughout. That way you don't have > > to spend so much time writing file readers and writers and dealing with > > conversion routines. From what I see the main problem with aflib is we > > currently only the file formats read/write from a file (meaning we can > > only pass a filename to the format plugins). The plan is to fix this by > > passing a stream instead. > > This would be what I need. Good I'll see what I can do. I'll download your code and and see what I can do with it. It would be a good test to determine exactly how passing a stream pointer would work. Granted I'm no expert in this at all and I may end up at first trying to just pass a FILE*. Then if fdopen(socket_fd,...) will work things might be good to go. Either way it might be good to be able to pass a file descriptor, FILE* and stream for the most flexibility for the programmer. > > > Akos |