Interface Parser<T>

All Known Implementing Classes:
VcfFileIterator

public interface Parser<T>
Parse a string and return a collection of objects. Note: In most cases the collection will only have one element.
Author:
pcingola
  • Method Summary

    Modifier and Type
    Method
    Description