com.c3d.image
Class YUV422Sink

java.lang.Object
  |
  +--com.c3d.image.YUV422Sink

public class YUV422Sink
extends java.lang.Object


Constructor Summary
YUV422Sink(java.io.DataOutput d, int x, int y)
          create a sink for images of given size on data output stream
 
Method Summary
 void writeImage(ShortImage s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YUV422Sink

public YUV422Sink(java.io.DataOutput d,
                  int x,
                  int y)
           throws java.io.IOException
create a sink for images of given size on data output stream
Method Detail

writeImage

public void writeImage(ShortImage s)
                throws java.io.IOException