summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax/crypto/CipherOutputStream.java
Commit message (Collapse)AuthorAgeFilesLines
* Factor out our single-byte InputStream.read/OutputStream.write implementations.Elliott Hughes2011-03-071-11/+4
| | | | Change-Id: I00106a51a32ea84a39256d5629369170b892a039
* Remove useless overrides of InputStream.read(byte[]) and ↵Elliott Hughes2011-03-071-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 Wilson2010-08-111-1/+0
| | | | Change-Id: I8347bc625480a1c37a1ed9976193ddfedeb00bbc
* merge more modules into luniPeter Hallam2010-04-271-0/+167