Class CLN2SectionReadableMetadata
java.lang.Object
com.io7m.calino.vanilla.internal.CLN2SectionReadableAbstract
com.io7m.calino.vanilla.internal.CLN2SectionReadableMetadata
- All Implemented Interfaces:
CLNSectionReadableMetadataType, CLNSectionReadableStandardType, CLNSectionReadableType, AutoCloseable
public final class CLN2SectionReadableMetadata
extends CLN2SectionReadableAbstract
implements CLNSectionReadableMetadataType
A readable metadata section.
-
Method Summary
Methods inherited from class CLN2SectionReadableAbstract
close, errorLimitExceeded, reader, request, section, sectionDataChannel, sectionDataReaderMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CLNSectionReadableType
close, section, sectionDataChannel
-
Method Details
-
metadata
- Specified by:
metadatain interfaceCLNSectionReadableMetadataType- Returns:
- The metadata values
- Throws:
IOException- On I/O errors
-