org.gridkit.jvmtool.stacktrace
Interface StackTraceWriter


public interface StackTraceWriter


Method Summary
 void close()
          Closes writer and flushes all underlying streams.
 void write(ThreadSnapshot snap)
          Appends another thread snapshot to stream.
 

Method Detail

write

void write(ThreadSnapshot snap)
           throws IOException
Appends another thread snapshot to stream.

Throws:
IOException

close

void close()
Closes writer and flushes all underlying streams.



Copyright © 2019. All Rights Reserved.