Home
last modified time | relevance | path

Searched refs:MultiViewInputStreamFactory (Results 1 – 4 of 4) sorted by relevance

/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
DDefaultDeflateCompressionDiviner.java20 import com.google.archivepatcher.shared.MultiViewInputStreamFactory;
97 MultiViewInputStreamFactory isFactory = in divineDeflateParameters()
161 MultiViewInputStreamFactory compressedDataInputStreamFactory) throws IOException { in divineDeflateParameters()
220 MultiViewInputStreamFactory compressedDataInputStreamFactory, in matches()
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DMultiViewInputStreamFactory.java24 public interface MultiViewInputStreamFactory { interface
DByteArrayInputStreamFactory.java24 public class ByteArrayInputStreamFactory implements MultiViewInputStreamFactory {
DRandomAccessFileInputStreamFactory.java24 public class RandomAccessFileInputStreamFactory implements MultiViewInputStreamFactory {