mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 13:54:49 +00:00
avm2 instruction is not serializable anymore, AS2 swf in AS3 binarydata fix
This commit is contained in:
@@ -12,14 +12,17 @@
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.
|
||||
* License along with this library.
|
||||
*/
|
||||
package com.jpexs.decompiler.flash;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
*/
|
||||
public class EndOfStreamException extends IOException {
|
||||
|
||||
public EndOfStreamException() {
|
||||
super("Premature end of the stream reached");
|
||||
|
||||
Reference in New Issue
Block a user