Interface CLNSectionWritableType
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
CLNSectionWritableEndType, CLNSectionWritableImage2DType, CLNSectionWritableImageArrayType, CLNSectionWritableImageCubeType, CLNSectionWritableImageInfoType, CLNSectionWritableMetadataType, CLNSectionWritableStandardType
A writable section.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()longObtain a writable channel that can write data within the section.
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
CLNException
-
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
-