com.ibm.tuningfork.tracegen.chunk
Class FeedHeaderChunk

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

public class FeedHeaderChunk
extends RawChunk


Field Summary
private static int DEFUNCT_FIELD
           
private static int MAGIC_WORD_1
           
private static int MAGIC_WORD_2
           
private static int MAJOR_VERSION
           
private static int MINOR_VERSION
           
 
Fields inherited from class com.ibm.tuningfork.tracegen.chunk.RawChunk
ENCODING_SPACE_DOUBLE, ENCODING_SPACE_INT, ENCODING_SPACE_LONG
 
Constructor Summary
FeedHeaderChunk()
           
 
Method Summary
 
Methods inherited from class com.ibm.tuningfork.tracegen.chunk.RawChunk
addByte, addDouble, addDoubleUnchecked, addInt, addIntUnchecked, addLong, addLongUnchecked, addString, addStringInternal, close, getPosition, hasRoom, putIntAt, resetImpl, seek, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAGIC_WORD_1

private static final int MAGIC_WORD_1
See Also:
Constant Field Values

MAGIC_WORD_2

private static final int MAGIC_WORD_2
See Also:
Constant Field Values

MAJOR_VERSION

private static final int MAJOR_VERSION
See Also:
Constant Field Values

MINOR_VERSION

private static final int MINOR_VERSION
See Also:
Constant Field Values

DEFUNCT_FIELD

private static final int DEFUNCT_FIELD
See Also:
Constant Field Values
Constructor Detail

FeedHeaderChunk

public FeedHeaderChunk()