Interface CLNSectionReadableType
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
CLNSectionReadableEndType, CLNSectionReadableImage2DType, CLNSectionReadableImageArrayType, CLNSectionReadableImageCubeType, CLNSectionReadableImageInfoType, CLNSectionReadableMetadataType, CLNSectionReadableStandardType
- All Known Implementing Classes:
CLN2SectionReadableAbstract, CLN2SectionReadableEnd, CLN2SectionReadableImage2D, CLN2SectionReadableImageArray, CLN2SectionReadableImageCube, CLN2SectionReadableImageInfo, CLN2SectionReadableMetadata, CLN2SectionReadableOther
A readable section.
-
Method Details
-
section
com.io7m.entomos.core.EoFileSection section()- Returns:
- A section description
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
CLNException
-
sectionDataChannel
Obtain a readable channel that delivers the data contained within the section.- Returns:
- A readable channel
- Throws:
CLNException- On errors
-