Backout 844444ca8feb (Bug 709230) r=bustage

This commit is contained in:
Chris Peterson
2012-07-17 17:54:54 -07:00
parent edf6542e72
commit a953be5776
120 changed files with 345 additions and 301 deletions

View File

@@ -13,7 +13,7 @@ import java.nio.ByteBuffer;
* Helper class to make the ByteBuffers returned by SQLite BLOB
* easier to use.
*/
final class ByteBufferInputStream extends InputStream {
public class ByteBufferInputStream extends InputStream {
private ByteBuffer mByteBuffer;
public ByteBufferInputStream(ByteBuffer aByteBuffer) {