Package com.io7m.calino.api
Interface CLNSectionWritableType
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
CLNSectionWritableEndType,CLNSectionWritableImage2DType,CLNSectionWritableImageArrayType,CLNSectionWritableImageCubeType,CLNSectionWritableImageInfoType,CLNSectionWritableMetadataType,CLNSectionWritableStandardType
- All Known Implementing Classes:
CLN1SectionWritableAbstract,CLN1SectionWritableEnd,CLN1SectionWritableImage2D,CLN1SectionWritableImageArray,CLN1SectionWritableImageCube,CLN1SectionWritableImageInfo,CLN1SectionWritableMetadata,CLN1SectionWritableOther
A writable section.
-
Method Summary
Modifier and TypeMethodDescriptionlongObtain a writable channel that can write data within the section.
-
Method Details
-
identifier
long identifier()- Returns:
- The section identifier
-
sectionDataChannel
Obtain a writable channel that can write data within the section.- Returns:
- A readable channel
- Throws:
IOException- On errors
-