We need this for GWT.
This commit is contained in:
@@ -9,4 +9,5 @@ package java.io;
|
|||||||
public abstract class Reader
|
public abstract class Reader
|
||||||
{
|
{
|
||||||
public abstract int read () throws IOException;
|
public abstract int read () throws IOException;
|
||||||
|
public abstract void close () throws IOException;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user