com.crionics.jpdf
Class URLByteReader

java.lang.Object
  extended by com.crionics.jpdf.FileByteReader
      extended by com.crionics.jpdf.URLByteReader
All Implemented Interfaces:
ByteReader

public class URLByteReader
extends FileByteReader

This class loads a File from the given URL by downloading it into a temporary file. Please make sure your java proxy settings are correctly set before using the ByteReader.


Constructor Summary
URLByteReader(java.net.URL url)
           
 
Method Summary
 
Methods inherited from class com.crionics.jpdf.FileByteReader
append, close, getFile, getID, getInputStream, length, open, readUnsignedByte, readUnsignedBytes, seek
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLByteReader

public URLByteReader(java.net.URL url)
              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1999-2007 Crionics. All Rights Reserved.