Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.util
Interface Block

All Known Implementing Classes:
BowedDataBlock, DataBlock, DebowedDataBlock, ErrorBlock, FooterBlock, GeoBlock, HeaderBlock, ScanBlock, XmlBlock

public interface Block


Method Summary
 void read(java.io.DataInput in)
           
 void write(java.io.DataOutput out)
           
 

Method Detail

read

void read(java.io.DataInput in)
          throws java.lang.Exception
Throws:
java.lang.Exception

write

void write(java.io.DataOutput out)
           throws java.lang.Exception
Throws:
java.lang.Exception

Simulcast 4.2