public interface IFileItemHeadersSupport
IFileItem or
IFileItemStream implementations will accept the headers read for the
item.IFileItem,
IFileItemStream| Modifier and Type | Method and Description |
|---|---|
IFileItemHeaders |
getHeaders()
Returns the collection of headers defined locally within this item.
|
void |
setHeaders(IFileItemHeaders aHeaders)
Sets the headers read from within an item.
|
@Nullable IFileItemHeaders getHeaders()
IFileItemHeaders present for this item.void setHeaders(@Nullable IFileItemHeaders aHeaders)
IFileItem or IFileItemStream should implement this
interface to be able to get the raw headers found within the item header
block.aHeaders - the instance that holds onto the headers for this instance.Copyright © 2014–2019 Philip Helger. All rights reserved.