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

public interface CLNSectionReadableType extends AutoCloseable
A readable section.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    com.io7m.entomos.core.EoFileSection
     
    Obtain a readable channel that delivers the data contained within the section.
  • Method Details