Fix read all stdin in JSE.
This commit is contained in:
@@ -321,7 +321,7 @@ public class JseIoLib extends IoLib {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int remaining() throws IOException {
|
public int remaining() throws IOException {
|
||||||
return 0;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int peek() throws IOException, EOFException {
|
public int peek() throws IOException, EOFException {
|
||||||
|
|||||||
Reference in New Issue
Block a user