org.xhtmlrenderer.util
Class StreamResource

java.lang.Object
  extended by org.xhtmlrenderer.util.StreamResource

public class StreamResource
extends Object

Created by IntelliJ IDEA. User: pdoubleya Date: May 15, 2009 Time: 11:56:03 AM To change this template use File | Settings | File Templates.


Constructor Summary
StreamResource(String uri)
           
 
Method Summary
 BufferedInputStream bufferedStream()
           
 void close()
           
 void connect()
           
 boolean hasStreamLength()
           
 int streamLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamResource

public StreamResource(String uri)
Method Detail

connect

public void connect()

hasStreamLength

public boolean hasStreamLength()

streamLength

public int streamLength()

bufferedStream

public BufferedInputStream bufferedStream()
                                   throws IOException
Throws:
IOException

close

public void close()


Copyright © 2012. All Rights Reserved.