diff options
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 77e31b9..f537908 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27557,6 +27557,7 @@ package java.io { public class DataInputStream extends java.io.FilterInputStream implements java.io.DataInput { ctor public DataInputStream(java.io.InputStream); + method public final int read(byte[]) throws java.io.IOException; method public final int read(byte[], int, int) throws java.io.IOException; method public final boolean readBoolean() throws java.io.IOException; method public final byte readByte() throws java.io.IOException; |