Package | Description |
---|---|
org.apache.flex.swc.io |
This package contains classes and interfaces for reading and writing SWC files.
|
org.apache.flex.swf.io |
This package contains classes and interfaces for reading and writing SWF files.
|
Constructor and Description |
---|
SWCDirectoryWriter(String path,
boolean compressLibrarySWF,
boolean enableDebug,
boolean enableTelemetry,
ISWFWriterFactory swfWriterFactory)
Write a SWC to an open directory at
path . |
SWCWriter(String filename,
boolean compressLibrarySWF,
boolean enableDebug,
boolean enableTelemetry,
ISWFWriterFactory swfWriterFactory) |
Modifier and Type | Field and Description |
---|---|
static ISWFWriterFactory |
SWFWriter.DEFAULT_SWF_WRITER_FACTORY
A factory for default SWF writers.
|
Modifier and Type | Method and Description |
---|---|
static ISWFWriterFactory |
SizeReportWritingSWFWriter.getSWFWriterFactory(File sizeReport)
Get a SWF Writer factory that can create an instance of a class that can
write a SWF with the optional capability of creating a size report.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.