Package com.io7m.calino.vanilla.internal
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 com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
close, description, errorLimitExceeded, fileSectionDescription, reader, request, sectionDataChannelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.calino.api.CLNSectionReadableType
description, fileSectionDescription, sectionDataChannel
-
Constructor Details
-
CLN1SectionReadableEnd
public CLN1SectionReadableEnd(com.io7m.jbssio.api.BSSReaderRandomAccessType inReader, CLNParseRequest inRequest, CLNFileSectionDescription inDescription) A readable end section.- Parameters:
inDescription- The descriptioninReader- The readerinRequest- The request
-