Home
last modified time | relevance | path

Searched refs:ByteCountingInputStream (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DXmpInterface.java70 private final ByteCountingInputStream mIn;
86 mIn = new ByteCountingInputStream(in); in XmpInterface()
235 public static class ByteCountingInputStream extends InputStream { class in XmpInterface
241 public ByteCountingInputStream(InputStream wrapped) { in ByteCountingInputStream() method in XmpInterface.ByteCountingInputStream
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DXmpInterfaceTest.java169 final XmpInterface.ByteCountingInputStream stream = in testStream_LineOffsets()
170 new XmpInterface.ByteCountingInputStream(xmlStream); in testStream_LineOffsets()