Home
last modified time | relevance | path

Searched defs:newStreamBridge (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/pack200/
DPack200Strategy.java33 StreamBridge newStreamBridge() { in IN_MEMORY() method
40 StreamBridge newStreamBridge() throws IOException { in TEMP_FILE() method
45 abstract StreamBridge newStreamBridge() throws IOException; in newStreamBridge() method in Pack200Strategy