Package com.io7m.calino.vanilla.internal
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 com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
close, description, errorLimitExceeded, fileSectionDescription, reader, request, sectionDataChannel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.io7m.calino.api.CLNSectionReadableType
description, fileSectionDescription, sectionDataChannel
-
Method Details
-
metadata
- Specified by:
metadata
in interfaceCLNSectionReadableMetadataType
- Returns:
- The metadata values
- Throws:
IOException
- On I/O errors
-