Interface StreamParser


public interface StreamParser
Parse a stream of characters into BioJava symbols.
Since:
1.1
Author:
Thomas Down
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    characters(char[] data, int start, int len)
     
    void