Package com.openhtmltopdf.util
Class StreamResource
- java.lang.Object
-
- com.openhtmltopdf.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
Constructors Constructor Description StreamResource(String uri)
-
Method Summary
Modifier and Type Method Description BufferedInputStreambufferedStream()voidclose()voidconnect()booleanhasStreamLength()intstreamLength()
-
-
-
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()
-
-