com.ibm.tuningfork.tracegen.chunk
Class EventTypeSpaceChunk

java.lang.Object
  extended by com.ibm.tuningfork.tracegen.chunk.RawChunk
      extended by com.ibm.tuningfork.tracegen.chunk.Chunk
          extended by com.ibm.tuningfork.tracegen.chunk.EventTypeSpaceChunk

public class EventTypeSpaceChunk
extends Chunk


Field Summary
static int EVENT_TYPE_SPACE_ID
           
 
Fields inherited from class com.ibm.tuningfork.tracegen.chunk.Chunk
DATA_OFFSET, DEFAULT_CHUNK_SIZE
 
Fields inherited from class com.ibm.tuningfork.tracegen.chunk.RawChunk
ENCODING_SPACE_DOUBLE, ENCODING_SPACE_INT, ENCODING_SPACE_LONG
 
Constructor Summary
EventTypeSpaceChunk(EventTypeSpaceVersion eventTypeSpaceVersion)
           
 
Method Summary
 
Methods inherited from class com.ibm.tuningfork.tracegen.chunk.Chunk
close, getChars, resetImpl
 
Methods inherited from class com.ibm.tuningfork.tracegen.chunk.RawChunk
addByte, addDouble, addDoubleUnchecked, addInt, addIntUnchecked, addLong, addLongUnchecked, addString, addStringInternal, getPosition, hasRoom, putIntAt, seek, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_TYPE_SPACE_ID

public static final int EVENT_TYPE_SPACE_ID
See Also:
Constant Field Values
Constructor Detail

EventTypeSpaceChunk

public EventTypeSpaceChunk(EventTypeSpaceVersion eventTypeSpaceVersion)