Interface FileItemHeadersSupport
- 
- All Known Subinterfaces:
- FileItem,- FileItemStream
 - All Known Implementing Classes:
- DiskFileItem,- FileItemStreamImpl
 
 public interface FileItemHeadersSupportInterface that will indicate thatFileItemorFileItemStreamimplementations will accept the headers read for the item.- Since:
- 1.2.1
- See Also:
- FileItem,- FileItemStream
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FileItemHeadersgetHeaders()Returns the collection of headers defined locally within this item.voidsetHeaders(FileItemHeaders headers)Sets the headers read from within an item.
 
- 
- 
- 
Method Detail- 
getHeadersFileItemHeaders getHeaders() Returns the collection of headers defined locally within this item.- Returns:
- the FileItemHeaderspresent for this item.
 
 - 
setHeadersvoid setHeaders(FileItemHeaders headers) Sets the headers read from within an item. Implementations ofFileItemorFileItemStreamshould implement this interface to be able to get the raw headers found within the item header block.- Parameters:
- headers- the instance that holds onto the headers for this instance.
 
 
- 
 
-