Uses of Class
com.avian.util.BirdOutputFile

Packages that use BirdOutputFile
com.avian.birds.basebirds   
 

Uses of BirdOutputFile in com.avian.birds.basebirds
 

Fields in com.avian.birds.basebirds declared as BirdOutputFile
protected  BirdOutputFile AbstractBasicBird.bof
          A utility object that wraps (and hides) all of the messy code needed to open and write to an output file.
 

Methods in com.avian.birds.basebirds with parameters of type BirdOutputFile
 void AbstractBasicBird.setBof(BirdOutputFile bof)
          A utility object that encapsulates all the long and tedious code that is necessary to open and write to an output file.