// they really only use the "out", so check for that
// first.
if (out != null)
{
baos = new ByteArrayOutputStream();
archive = new SwcLazyReadArchive(baos, path);
}
else if (output != null)
{
archive = new SwcLazyReadArchive(path);
}
SwcAPI.exportSwc(archive,
archiveFiles,
this.stylesheets,