Yes. Of course you'll need to implement the underlying AAF structures yourself. You'll either use POIFS directly or possibly HPSF (if AAF uses property sets which I wasn't able to determine from a scan of their document)
I suggest you look at an AAF file with org.apache.poi.poifs.dev.POIFSViewer for starters. There is also a HPSF viewer (see the POI docs for info). -Andy On 7/14/03 8:06 PM, "Scott Palmer" <[EMAIL PROTECTED]> wrote: > I want to be able to read and write AAF (Advanced Authoring Format) > files from a Java application. > (see http://www.aafassociation.org/ ) > > Since this file format is implemented using Microsoft Structured > Storage, I think POI is the way to go (right?). Does anyone know of a > similar effort already underway? > > Scott > > > --------------------------------------------------------------------- > 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]
