Class CLN2FileReadable

java.lang.Object
com.io7m.calino.vanilla.internal.CLN2FileReadable
All Implemented Interfaces:
CLNFileReadableType, AutoCloseable

public final class CLN2FileReadable extends Object implements CLNFileReadableType
The main readable file implementation.
  • Constructor Details

    • CLN2FileReadable

      public CLN2FileReadable(CLNDecompressorFactoryType inDecompressors, com.io7m.jbssio.api.BSSReaderRandomAccessType inBaseReader, com.io7m.entomos.core.EoFileReaderType inReader, CLNParseRequest inRequest)
      The main readable file implementation.
      Parameters:
      inDecompressors - The decompressors
      inBaseReader - The base reader
      inReader - The reader
      inRequest - The parse request
  • Method Details