ucar.nc2.iosp.hdf5
Class H5header.HeaderMessage

java.lang.Object
  extended by ucar.nc2.iosp.hdf5.H5header.HeaderMessage
All Implemented Interfaces:
Comparable
Enclosing class:
H5header

public class H5header.HeaderMessage
extends Object
implements Comparable


Constructor Summary
H5header.HeaderMessage()
           
 
Method Summary
 int compareTo(Object o)
           
 byte getFlags()
           
 H5header.MessageType getMtype()
           
 String getName()
           
 int getSize()
           
 long getStart()
           
 short getType()
           
 void showFractalHeap(Formatter f)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

H5header.HeaderMessage

public H5header.HeaderMessage()
Method Detail

getMtype

public H5header.MessageType getMtype()

getName

public String getName()

getSize

public int getSize()

getType

public short getType()

getFlags

public byte getFlags()

getStart

public long getStart()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

toString

public String toString()
Overrides:
toString in class Object

showFractalHeap

public void showFractalHeap(Formatter f)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.