Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DExif.java66 final InputStreamBuffer jpeg = new InputStreamBuffer(inputStream, lookAhead, false); in getOrientation()
182 private static int pack(final InputStreamBuffer bytes, int offset, int length, in pack()
198 private static boolean has(final InputStreamBuffer jpeg, final long byteSize, final int index) { in has()
DInputStreamBuffer.java56 public class InputStreamBuffer { class
97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer() method in InputStreamBuffer