Home
last modified time | relevance | path

Searched refs:getOutputStreamArchiveNames (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/
DArchiveStreamFactory.java255 putAll(SINGLETON.getOutputStreamArchiveNames(), SINGLETON, map);
257 putAll(provider.getOutputStreamArchiveNames(), provider, map);
588 public Set<String> getOutputStreamArchiveNames() {
DArchiveStreamProvider.java102 Set<String> getOutputStreamArchiveNames(); in getOutputStreamArchiveNames() method
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DTestArchiveStreamProvider.java57 public Set<String> getOutputStreamArchiveNames() { in getOutputStreamArchiveNames() method in TestArchiveStreamProvider