diff options
| author | 2011-07-29 14:41:01 -0700 | |
|---|---|---|
| committer | 2011-07-29 14:41:01 -0700 | |
| commit | 03116780a17cb6db7c926d01630cb9f68a19539b (patch) | |
| tree | fc5498be410e41c274495d6e1fcd02541b652fe1 | |
| parent | 0ef92056b7ce67922e868057d398caf51a89a372 (diff) | |
| parent | a92e5a8a7c69d0c7eec7f46213361d97dbc43077 (diff) | |
Merge "Restore the 'final' bit on DataInputStream.read()"
| -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 77e31b969d27..f537908f5394 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; |