ByteBuffer and InputStream now better match the standard.

This commit is contained in:
JET
2011-10-20 13:45:47 -06:00
parent 9ac8117d04
commit 39bee886e3
2 changed files with 15 additions and 10 deletions

View File

@ -56,7 +56,7 @@ public abstract class InputStream {
}
public void reset() throws IOException {
// ignore
throw new IOException("mark/reset not supported");
}
public boolean markSupported() {