Class CLN2SectionReadableEnd
java.lang.Object
com.io7m.calino.vanilla.internal.CLN2SectionReadableAbstract
com.io7m.calino.vanilla.internal.CLN2SectionReadableEnd
- All Implemented Interfaces:
CLNSectionReadableEndType, CLNSectionReadableStandardType, CLNSectionReadableType, AutoCloseable
public final class CLN2SectionReadableEnd
extends CLN2SectionReadableAbstract
implements CLNSectionReadableEndType
A readable end section.
-
Constructor Summary
ConstructorsConstructorDescriptionCLN2SectionReadableEnd(com.io7m.jbssio.api.BSSReaderRandomAccessType inReader, CLNParseRequest inRequest, com.io7m.entomos.core.EoFileSection inDescription) A readable end section. -
Method Summary
Methods inherited from class CLN2SectionReadableAbstract
close, errorLimitExceeded, reader, request, section, sectionDataChannel, sectionDataReaderMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CLNSectionReadableType
close, section, sectionDataChannel
-
Constructor Details
-
CLN2SectionReadableEnd
public CLN2SectionReadableEnd(com.io7m.jbssio.api.BSSReaderRandomAccessType inReader, CLNParseRequest inRequest, com.io7m.entomos.core.EoFileSection inDescription) A readable end section.- Parameters:
inReader- The readerinRequest- The requestinDescription- The description
-