JBoss VFS 3.0.1.GA

org.jboss.vfs
Class VFSInputSource

java.lang.Object
  extended by org.xml.sax.InputSource
      extended by org.jboss.vfs.VFSInputSource

public class VFSInputSource
extends InputSource

VFS based impl of InputSource.

Author:
Ales Justin

Constructor Summary
VFSInputSource(VirtualFile file)
           
 
Method Summary
 InputStream getByteStream()
           
 String getSystemId()
           
 String toString()
           
 
Methods inherited from class org.xml.sax.InputSource
getCharacterStream, getEncoding, getPublicId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VFSInputSource

public VFSInputSource(VirtualFile file)
Method Detail

getSystemId

public String getSystemId()
Overrides:
getSystemId in class InputSource

getByteStream

public InputStream getByteStream()
Overrides:
getByteStream in class InputSource

toString

public String toString()
Overrides:
toString in class Object

JBoss VFS 3.0.1.GA

Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.