Package soundtrap

Class BCLReader

java.lang.Object
soundtrap.BCLReader

public class BCLReader extends Object
Reader for BCL files.
Author:
Doug Gillespie
  • Constructor Details

    • BCLReader

      public BCLReader(File bclFile)
  • Method Details

    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • nextBCLLine

      public BCLLine nextBCLLine()
      Read the next line from the BCL file.
      Returns:
      line of data or null;
    • open

      public boolean open()
    • close

      public void close()