From 38eb716fdd6c3ac4d0a0bee2de886079cc45b45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 18 Jul 2016 09:05:41 +0200 Subject: [PATCH] case fix 1 --- .../amf/amf3/PrematureEndOfTheStreamException_.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/PrematureEndOfTheStreamException_.java diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/PrematureEndOfTheStreamException_.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/PrematureEndOfTheStreamException_.java new file mode 100644 index 000000000..8c85fa2df --- /dev/null +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/PrematureEndOfTheStreamException_.java @@ -0,0 +1,11 @@ +package com.jpexs.decompiler.flash.amf.amf3; + +import java.io.IOException; + +public class PrematureEndOfTheStreamException extends IOException { + + public PrematureEndOfTheStreamException() { + super("Premature end of the stream reached"); + } + +}