Uses of Class
com.avian.util.BirdInputFile

Packages that use BirdInputFile
com.avian.birds.basebirds   
 

Uses of BirdInputFile in com.avian.birds.basebirds
 

Fields in com.avian.birds.basebirds declared as BirdInputFile
protected  BirdInputFile AbstractBasicBird.bif
          A utility object that wraps (and hides) all of the messy code needed to open and read from an input file.
 

Methods in com.avian.birds.basebirds with parameters of type BirdInputFile
 void AbstractBasicBird.setBif(BirdInputFile bif)
          A utility object that encapsulates all the long and tedious code that is necessary to open and read an input file.