Searched refs:ByteCountingInputStream (Results 1 – 2 of 2) sorted by relevance
181 final XmpInterface.ByteCountingInputStream stream = in testStream_LineOffsets()182 new XmpInterface.ByteCountingInputStream(xmlStream); in testStream_LineOffsets()203 final XmpInterface.ByteCountingInputStream stream = in testStream_Misc()204 new XmpInterface.ByteCountingInputStream(xmlStream); in testStream_Misc()
78 final ByteCountingInputStream in = new ByteCountingInputStream( in XmpInterface()236 public static class ByteCountingInputStream extends InputStream { class in XmpInterface242 public ByteCountingInputStream(InputStream wrapped) { in ByteCountingInputStream() method in XmpInterface.ByteCountingInputStream