org.gridkit.jvmtool.stacktrace
Class ThreadEventCodec

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

public class ThreadEventCodec
extends Object


Constructor Summary
ThreadEventCodec()
           
 
Method Summary
static EventReader<Event> createEventReader(byte[] magic, InputStream is)
           
static EventReader<Event> createEventReader(InputStream is)
           
static UniversalEventWriter createEventWriter(OutputStream os)
           
static List<String> listSupportedFormats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadEventCodec

public ThreadEventCodec()
Method Detail

listSupportedFormats

public static List<String> listSupportedFormats()

createEventWriter

public static UniversalEventWriter createEventWriter(OutputStream os)
                                              throws IOException
Throws:
IOException

createEventReader

public static EventReader<Event> createEventReader(InputStream is)
                                            throws IOException
Throws:
IOException

createEventReader

public static EventReader<Event> createEventReader(byte[] magic,
                                                   InputStream is)
                                            throws IOException
Throws:
IOException


Copyright © 2019. All Rights Reserved.