Class CLN2SectionReadableOther
java.lang.Object
com.io7m.calino.vanilla.internal.CLN2SectionReadableAbstract
com.io7m.calino.vanilla.internal.CLN2SectionReadableOther
- All Implemented Interfaces:
CLNSectionReadableType, AutoCloseable
A readable section.
-
Constructor Summary
ConstructorsConstructorDescriptionCLN2SectionReadableOther(com.io7m.jbssio.api.BSSReaderRandomAccessType inReader, CLNParseRequest inRequest, com.io7m.entomos.core.EoFileSection inDescription) A readable section. -
Method Summary
Methods inherited from class CLN2SectionReadableAbstract
close, errorLimitExceeded, reader, request, section, sectionDataChannel, sectionDataReader
-
Constructor Details
-
CLN2SectionReadableOther
public CLN2SectionReadableOther(com.io7m.jbssio.api.BSSReaderRandomAccessType inReader, CLNParseRequest inRequest, com.io7m.entomos.core.EoFileSection inDescription) A readable section.- Parameters:
inReader- The readerinRequest- The requestinDescription- The description
-