public interface ISWFReader extends Closeable
| Modifier and Type | Method and Description |
|---|---|
ISWF |
readFrom(InputStream input,
String path)
Read a SWF file from the input stream.
|
ISWF readFrom(InputStream input, String path) throws IOException
input - source.path - path of input source, used for error reporting. May not be
null.IOException - errorCopyright © 2023 The Apache Software Foundation. All rights reserved.