Package com.io7m.calino.vanilla.internal
Class CLN1SectionReadableOther
java.lang.Object
com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
com.io7m.calino.vanilla.internal.CLN1SectionReadableOther
- All Implemented Interfaces:
CLNSectionReadableType
,Closeable
,AutoCloseable
A readable section.
-
Constructor Summary
ConstructorDescriptionCLN1SectionReadableOther
(com.io7m.jbssio.api.BSSReaderRandomAccessType inReader, CLNParseRequest inRequest, CLNFileSectionDescription inDescription) A readable section. -
Method Summary
Methods inherited from class com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
close, description, errorLimitExceeded, fileSectionDescription, reader, request, sectionDataChannel
-
Constructor Details
-
CLN1SectionReadableOther
public CLN1SectionReadableOther(com.io7m.jbssio.api.BSSReaderRandomAccessType inReader, CLNParseRequest inRequest, CLNFileSectionDescription inDescription) A readable section.- Parameters:
inDescription
- The descriptioninReader
- The readerinRequest
- The request
-