org.jikesrvm.tuningfork
Class SpaceDescriptorChunk

java.lang.Object
  extended by com.ibm.tuningfork.tracegen.chunk.RawChunk
      extended by com.ibm.tuningfork.tracegen.chunk.Chunk
          extended by org.jikesrvm.tuningfork.SpaceDescriptorChunk

public class SpaceDescriptorChunk
extends Chunk

A chunk to encode Space index/Space name mappings.


Field Summary
private  int numSpaces
           
private static int SPACE_DESCRIPTOR_CHUNK_ID
           
static int SPACE_DESCRIPTOR_COUNT_OFFSET
           
static int SPACE_DESCRIPTOR_DATA_OFFSET
           
 
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
SpaceDescriptorChunk()
           
 
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

SPACE_DESCRIPTOR_CHUNK_ID

private static final int SPACE_DESCRIPTOR_CHUNK_ID
See Also:
Constant Field Values

SPACE_DESCRIPTOR_COUNT_OFFSET

public static final int SPACE_DESCRIPTOR_COUNT_OFFSET
See Also:
Constant Field Values

SPACE_DESCRIPTOR_DATA_OFFSET

public static final int SPACE_DESCRIPTOR_DATA_OFFSET
See Also:
Constant Field Values

numSpaces

private int numSpaces
Constructor Detail

SpaceDescriptorChunk

SpaceDescriptorChunk()