Home
last modified time | relevance | path

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

/dports/biology/bbmap/bbmap/current/fileIO/
H A DReadWrite.java530 if(FORCE_BGZIP && USE_BGZIP && Data.BGZIP()){return getBgzipStream(fname, append);} in getGZipOutputStream()
533 … (PREFER_BGZIP && ZIPLEVEL<10)) && USE_BGZIP && Data.BGZIP()){return getBgzipStream(fname, append)… in getGZipOutputStream()
535 if(USE_BGZIP && Data.BGZIP()){return getBgzipStream(fname, append);} in getGZipOutputStream()
612 public static OutputStream getBgzipStream(String fname, boolean append){ in getBgzipStream() method