Package com.io7m.calino.api
Interface CLNSectionWritableMetadataType
- All Superinterfaces:
AutoCloseable,CLNSectionWritableStandardType,CLNSectionWritableType,Closeable
- All Known Implementing Classes:
CLN1SectionWritableMetadata
A writable metadata section.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetMetadata(Map<String, List<String>> metadata) Set the keys and values.Methods inherited from interface com.io7m.calino.api.CLNSectionWritableType
identifier, sectionDataChannel
-
Method Details
-
setMetadata
Set the keys and values.- Parameters:
metadata- The metadata- Throws:
IOException- On errors
-