mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 02:01:55 +00:00
More documentation.
This commit is contained in:
@@ -19,11 +19,14 @@ package com.jpexs.decompiler.flash;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
*
|
||||
* Exception thrown when end of stream is reached.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class EndOfStreamException extends IOException {
|
||||
|
||||
/**
|
||||
* Constructs a new EndOfStreamException.
|
||||
*/
|
||||
public EndOfStreamException() {
|
||||
super("Premature end of the stream reached");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user