org.gridkit.jvmtool.stacktrace
Class StackTraceCodec

java.lang.Object
  extended by org.gridkit.jvmtool.stacktrace.StackTraceCodec

public class StackTraceCodec
extends Object


Nested Class Summary
static class StackTraceCodec.ChainedStackTraceReader
           
 
Constructor Summary
StackTraceCodec()
           
 
Method Summary
static StackTraceReader newEventReader(InputStream is)
           
static StackTraceReader newEventReader(String... files)
           
static StackTraceReader newReader(InputStream is)
           
static StackTraceReader newReader(String... files)
           
static StackTraceWriter newWriter(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackTraceCodec

public StackTraceCodec()
Method Detail

newWriter

public static StackTraceWriter newWriter(OutputStream os)
                                  throws IOException
Throws:
IOException

newReader

public static StackTraceReader newReader(InputStream is)
                                  throws IOException
Throws:
IOException

newReader

public static StackTraceReader newReader(String... files)
                                  throws IOException
Throws:
IOException

newEventReader

public static StackTraceReader newEventReader(InputStream is)
                                       throws IOException
Throws:
IOException

newEventReader

public static StackTraceReader newEventReader(String... files)
                                       throws IOException
Throws:
IOException


Copyright © 2019. All Rights Reserved.