summaryrefslogtreecommitdiff
path: root/core/java/android/util/Base64InputStream.java
Commit message (Collapse)AuthorAgeFilesLines
* Throw Base64DataException instead of IOExceptionAndy Stadler2011-01-241-1/+1
| | | | | | | | | | * Define Base64DataException * Throw it from Base64InputStream & Base64OutputStream * This enables callers to disambiguate "bad data" from "broken stream", which makes it more possible to do proper retry logic. Bug: 3365205 Change-Id: I332e7c008f92b333400d1b4dcaef5aedc7c10ef4
* Fix problem where Base64InputStream single-byte reads were unsigned.Jesse Wilson2010-09-221-1/+1
| | | | | Change-Id: Ibdfb77a283300baa61738fe98aa1c9f29eaf976f http://b/3026478
* relocate android.util.base64.* -> android.util.*Doug Zongker2010-03-291-0/+153
b/2553469 - API REVIEW: android.util.base64 Change-Id: I6a514032152a8b1899db52d020aca8e8b19e74e9