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