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