|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileItemHeadersSupport
Interface that will indicate that FileItem
or FileItemStream
implementations will accept the headers read for the item.
FileItem
,
FileItemStream
Method Summary | |
---|---|
FileItemHeaders |
getHeaders()
Returns the collection of headers defined locally within this item. |
void |
setHeaders(FileItemHeaders headers)
Sets the headers read from within an item. |
Method Detail |
---|
FileItemHeaders getHeaders()
FileItemHeaders
present for this item.void setHeaders(FileItemHeaders headers)
FileItem
or FileItemStream
should implement this
interface to be able to get the raw headers found within the item
header block.
headers
- the instance that holds onto the headers
for this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |