Class HemfExtractor

  • All Implemented Interfaces:
    java.lang.Iterable<HemfRecord>

    @Internal
    public class HemfExtractor
    extends java.lang.Object
    implements java.lang.Iterable<HemfRecord>
    Read-only EMF extractor. Lots remain
    • Constructor Summary

      Constructors 
      Constructor Description
      HemfExtractor​(java.io.InputStream is)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HemfHeader getHeader()  
      java.util.Iterator<HemfRecord> iterator()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • HemfExtractor

        public HemfExtractor​(java.io.InputStream is)
                      throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • iterator

        public java.util.Iterator<HemfRecord> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<HemfRecord>