org.apache.fop.image

Class GifImage.DummyConnection

Enclosing Class:
GifImage

protected static class GifImage.DummyConnection
extends URLConnection

A dummy url connection for a gif image in an input stream.

Method Summary

void
connect()
int
getContentLength()
String
getContentType()
InputStream
getInputStream()

Method Details

connect

public void connect()
            throws IOException
See Also:
java.net.URLConnection.connect()

getContentLength

public int getContentLength()
See Also:
java.net.URLConnection.getContentLength()

getContentType

public String getContentType()
See Also:
java.net.URLConnection.getContentType()

getInputStream

public InputStream getInputStream()
            throws IOException
See Also:
java.net.URLConnection.getInputStream()

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.