Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor out our single-byte InputStream.read/OutputStream.write implementations. | Elliott Hughes | 2011-03-07 | 1 | -11/+4 |
| | | | | Change-Id: I00106a51a32ea84a39256d5629369170b892a039 | ||||
* | Remove useless overrides of InputStream.read(byte[]) and ↵ | Elliott Hughes | 2011-03-07 | 1 | -14/+0 |
| | | | | | | | | | | | | OutputStream.write(byte[]). For the particular stream in the bug, the useless override assumes that the implementation of read(byte[], int, int) or write(byte[], int, int) doesn't do anything special. A dangerous and non-local assumption. (In the bug, we need to change the three-argument write.) Bug: http://code.google.com/p/android/issues/detail?id=15304 Change-Id: I915d4a2e20c98f8e7f5775b555ae77d496a535d0 | ||||
* | Sorting imports. | Jesse Wilson | 2010-08-11 | 1 | -1/+0 |
| | | | | Change-Id: I8347bc625480a1c37a1ed9976193ddfedeb00bbc | ||||
* | merge more modules into luni | Peter Hallam | 2010-04-27 | 1 | -0/+167 |