public class TaggingMetadata extends Object implements Iterable<String>, CompositeMetadata.Entry
| Constructor and Description |
|---|
TaggingMetadata(String mimeType,
ByteBuf content) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuf |
getContent()
Returns the un-decoded content of the
CompositeMetadata.Entry. |
String |
getMimeType()
Returns the MIME type of the entry, if it can be decoded.
|
Iterator<String> |
iterator() |
Stream<String> |
stream() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ByteBuf getContent()
CompositeMetadata.EntryCompositeMetadata.Entry.getContent in interface CompositeMetadata.EntryCompositeMetadata.Entrypublic String getMimeType()
CompositeMetadata.EntrygetMimeType in interface CompositeMetadata.Entrynull.