org.exist.util
Class VirtualTempFileInputSource
java.lang.Object
org.xml.sax.InputSource
org.exist.util.EXistInputSource
org.exist.util.VirtualTempFileInputSource
public class VirtualTempFileInputSource
- extends EXistInputSource
This class extends InputSource
, so
it also manages File
and
VirtualTempFile
as input sources.
- Author:
- jmfernandez
VirtualTempFileInputSource
public VirtualTempFileInputSource(VirtualTempFile vtempFile)
throws IOException
- Throws:
IOException
VirtualTempFileInputSource
public VirtualTempFileInputSource(File file)
getByteStream
public InputStream getByteStream()
- Overrides:
getByteStream
in class InputSource
getByteStreamLength
public long getByteStreamLength()
- Specified by:
getByteStreamLength
in class EXistInputSource
setByteStream
public void setByteStream(InputStream is)
- This method now does nothing, so collateral
effects from superclass with this one are avoided
- Overrides:
setByteStream
in class InputSource
setCharacterStream
public void setCharacterStream(Reader r)
- This method now does nothing, so collateral
effects from superclass with this one are avoided
- Overrides:
setCharacterStream
in class InputSource
setSystemId
public void setSystemId(String systemId)
- This method now does nothing, so collateral
effects from superclass with this one are avoided
- Overrides:
setSystemId
in class InputSource
free
public void free()
getSymbolicPath
public String getSymbolicPath()
- Specified by:
getSymbolicPath
in class EXistInputSource
close
public void close()
- Specified by:
close
in class EXistInputSource
Copyright (C) Wolfgang Meier. All rights reserved.