Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.util
Class DebowedDataBlock

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.util.DataBlock
      extended by gov.nasa.gsfc.aisb.simulcast.util.DebowedDataBlock
All Implemented Interfaces:
Block

public class DebowedDataBlock
extends DataBlock


Constructor Summary
DebowedDataBlock(byte[][][] data)
          DataBlock.
DebowedDataBlock(java.io.DataInput in)
           
 
Method Summary
 
Methods inherited from class gov.nasa.gsfc.aisb.simulcast.util.DataBlock
getData, read, size, skip, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebowedDataBlock

public DebowedDataBlock(byte[][][] data)
DataBlock.


DebowedDataBlock

public DebowedDataBlock(java.io.DataInput in)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Simulcast 4.2