Searched defs:getDumpStream (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java746 try (PrintStream ps = new PrintStream(getDumpStream(this, ".txt"))) {
761 try (OutputStream ds = getDumpStream(this, ".bnd")) {
832 try (OutputStream ds = getDumpStream(this, ".bnd")) {
2367 static OutputStream getDumpStream(Band b, String ext) throws IOException { method in class:BandStructure
2368 return getDumpStream(b.name, b.seqForDebug, ext, b);
2370 static OutputStream getDumpStream(Index ix, String ext) throws IOException { method in class:BandStructure
2373 return getDumpStream(ix.debugName, seq, ext, ix);
2375 static OutputStream getDumpStream(String name, int seq, String ext, Object b) throws IOException { method in class:BandStructure

Completed in 43 milliseconds