org.apache.abdera.parser.stax.util
Class FOMXmlVersionInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by org.apache.abdera.parser.stax.util.FOMXmlVersionInputStream
All Implemented Interfaces:
Closeable

public class FOMXmlVersionInputStream
extends FilterInputStream

Will attempt to autodetect the character encoding from the stream This will preserve the BOM if it exists


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
FOMXmlVersionInputStream(InputStream in)
           
 
Method Summary
 String getVersion()
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FOMXmlVersionInputStream

public FOMXmlVersionInputStream(InputStream in)
Method Detail

getVersion

public String getVersion()


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.