fi.helsinki.cs.ohtu.mpeg2.video
Interface Block

All Known Implementing Classes:
IntraBlock, NonIntraBlock

public interface Block

This is the common interface for all types of blocks.


Method Summary
 void writeTo(BitOutputStream stream)
          Writes the block to a stream.
 

Method Detail

writeTo

void writeTo(BitOutputStream stream)
             throws java.io.IOException
Writes the block to a stream.

Parameters:
stream - The stream to write to.
Throws:
java.io.IOException - Exception from the stream.