FreeHEP API
Version v1.1

org.freehep.graphicsio.swf
Class SWFJPEGInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--org.freehep.graphicsio.swf.SWFJPEGInputStream
All Implemented Interfaces:
SWFJPEGConstants

public class SWFJPEGInputStream
extends InputStream
implements SWFJPEGConstants

SWF JPEG InputStream.

Version:
$Id: SWFJPEGInputStream.java,v 1.1 2001/11/29 01:45:32 duns Exp $
Author:
Mark Donszelmann, Charles Loomis

Field Summary
 
Fields inherited from interface org.freehep.graphicsio.swf.SWFJPEGConstants
COM, CONTROL, DHT, DQT, DRI, EOI, SOF0, SOF1, SOI, SOS
 
Constructor Summary
SWFJPEGInputStream(InputStream is)
           
SWFJPEGInputStream(InputStream ts, InputStream is)
           
 
Method Summary
 int available()
           
 void close()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 void reset()
           
 long skip(long n)
           
 
Methods inherited from class java.io.InputStream
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWFJPEGInputStream

public SWFJPEGInputStream(InputStream is)
                   throws IOException

SWFJPEGInputStream

public SWFJPEGInputStream(InputStream ts,
                          InputStream is)
                   throws IOException
Method Detail

read

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

skip

public long skip(long n)
          throws IOException
Overrides:
skip in class InputStream
IOException

available

public int available()
              throws IOException
Overrides:
available in class InputStream
IOException

close

public void close()
           throws IOException
Overrides:
close in class InputStream
IOException

mark

public void mark(int readlimit)
Overrides:
mark in class InputStream

reset

public void reset()
           throws IOException
Overrides:
reset in class InputStream
IOException

markSupported

public boolean markSupported()
Overrides:
markSupported in class InputStream

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.