This Element includes another file.
This class expects that the HTTP directory separator '/' will be used.
This will be converted to the local directory separator.
See Also:Element version: $Id: Include.java,v 1.6 2005/08/13 00:01:23 gregwilkins Exp $ author: Greg Wilkins
Constructor.
Include InputStream.
Byte to character transformation is done assuming the default
local character set. What this means is that on EBCDIC systems
the included file is assumed to be in EBCDIC.
Parameters: in - stream exception: IOException -
Constructor.
Include contents of a URL.
Byte to character transformation is done assuming the default
local character set. What this means is that on EBCDIC systems
the included file is assumed to be in EBCDIC.
Parameters: url - the URL to read from. exception: IOException -