Searched refs:bytesForDump (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java783 private ByteArrayOutputStream bytesForDump; field in class:BandStructure.ByteBand
833 if (bytesForDump != null)
834 bytesForDump.writeTo(ds);
866 && bytesForDump != null && bytesForDump.size() > 0) {
875 bytesForDump = null; // GC
886 bytesForDump = new ByteArrayOutputStream();
890 if (ch >= 0) bytesForDump.write(ch);
895 if (nr >= 0) bytesForDump.write(b, off, nr);

Completed in 29 milliseconds