Package 

Class BedFile

  • All Implemented Interfaces:
    java.io.Closeable , java.lang.AutoCloseable , kotlin.collections.Iterable

    
    public final class BedFile
     implements Iterable<BedEntry>, Closeable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class BedFile.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Path path
    • Constructor Summary

      Constructors 
      Constructor Description
      BedFile(Path path)
    • Method Summary

      Modifier and Type Method Description
      Iterator<BedEntry> iterator()
      Unit close()
      final Path getPath()
      • Methods inherited from class kotlin.collections.Iterable

        equals, hashCode, toString
      • Methods inherited from class org.jetbrains.bio.big.BedFile

        forEach, spliterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait