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

java.lang.Object
  extended by java.io.Reader
      extended by java.io.FilterReader
          extended by java.io.PushbackReader
              extended by org.apache.abdera.parser.stax.util.FOMXmlVersionReader
All Implemented Interfaces:
Closeable, Readable

public class FOMXmlVersionReader
extends PushbackReader


Field Summary
 
Fields inherited from class java.io.FilterReader
in
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
FOMXmlVersionReader(Reader in)
           
 
Method Summary
 String getVersion()
           
 
Methods inherited from class java.io.PushbackReader
close, mark, markSupported, read, read, ready, reset, skip, unread, unread, unread
 
Methods inherited from class java.io.Reader
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FOMXmlVersionReader

public FOMXmlVersionReader(Reader in)
Method Detail

getVersion

public String getVersion()


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