Class FormatReaderTable

java.lang.Object
us.irdev.bedrock.bag.formats.FormatReader
us.irdev.bedrock.bag.formats.FormatReaderTable
All Implemented Interfaces:
ArrayFormatReader

public class FormatReaderTable extends FormatReader implements ArrayFormatReader
  • Constructor Details

    • FormatReaderTable

      public FormatReaderTable()
    • FormatReaderTable

      public FormatReaderTable(String input, Handler arrayHandler)
    • FormatReaderTable

      public FormatReaderTable(String input, Handler arrayHandler, BagArray titlesArray)
      Parameters:
      input -
      arrayHandler - a handler to return an array of arrays
      titlesArray -
  • Method Details