| Package | Description |
|---|---|
| flash.swf |
| Modifier and Type | Method and Description |
|---|---|
static CompressionLevel |
CompressionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionLevel[] |
CompressionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwfEncoder.compress(CompressionLevel compressionLevel)
compress the marked section of our buffer, in place.
|
void |
SwfEncoder.writeTo(OutputStream out,
CompressionLevel compressionLevel)
send buffer to the given stream.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.