Package | Description |
---|---|
org.apache.flex.swc |
This package and its subpackages contain a support library
for reading, writing, and representing SWC files.
|
Modifier and Type | Class and Description |
---|---|
class |
SWCDigest
Implementation of a SWC digest.
|
Modifier and Type | Method and Description |
---|---|
List<ISWCDigest> |
SWCLibrary.getDigests() |
List<ISWCDigest> |
ISWCLibrary.getDigests()
Get the digests of the library.
|
Modifier and Type | Method and Description |
---|---|
void |
SWCLibrary.addDigest(ISWCDigest digest)
Add a new digest to the library.
|
void |
ISWCLibrary.addDigest(ISWCDigest digest)
Add an
ISWCDigest to the library. |
void |
SWCLibrary.removeDigest(ISWCDigest digest)
Remove an existing digest from the library.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.