FreeHEP API
Version v1.1

org.freehep.util.io
Class DCTInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--org.freehep.util.io.DCTInputStream

public class DCTInputStream
extends InputStream

(FIXME: NOT IMPLEMENTED YET) Decoder for the DCT (Discrete Cosine Transform) algorithm (Used for JPEG). IMPORTANT: inherits from InputStream rather than FilterInputStream so that the correct read(byte[], int, int) method is used.

Version:
$Id: DCTInputStream.java,v 1.4 2001/11/23 16:46:23 duns Exp $
Author:
Sami Kama

Constructor Summary
DCTInputStream(InputStream input)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCTInputStream

public DCTInputStream(InputStream input)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
IOException

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.