|
Simulcast 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.aisb.simulcast.util.DataBlock
public class DataBlock
Constructor Summary | |
---|---|
DataBlock(int blockCode,
byte[][][] data)
DataBlock. |
|
DataBlock(int blockCode,
java.io.DataInput in)
|
Method Summary | |
---|---|
byte[][][] |
getData()
getData. |
void |
read(java.io.DataInput in)
read. |
int |
size()
size. |
static void |
skip(java.io.DataInput in)
skip. |
void |
write(java.io.DataOutput out)
write. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataBlock(int blockCode, byte[][][] data)
public DataBlock(int blockCode, java.io.DataInput in) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void read(java.io.DataInput in) throws java.lang.Exception
read
in interface Block
java.lang.Exception
public static void skip(java.io.DataInput in) throws java.lang.Exception
java.lang.Exception
public byte[][][] getData()
public int size()
public void write(java.io.DataOutput out) throws java.lang.Exception
write
in interface Block
java.lang.Exception
|
Simulcast 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |