Uses of Interface
org.ocap.hn.content.ContentResource

Packages that use ContentResource
org.ocap.hn.content   
 

Uses of ContentResource in org.ocap.hn.content
 

Subinterfaces of ContentResource in org.ocap.hn.content
 interface StreamableContentResource
          Abstract class representing content that can be streamed, e.g., MPEG file.
 

Methods in org.ocap.hn.content that return ContentResource
 ContentResource ContentItem.getResource(int n)
          Returns the nth ContentResource of this ContentItem.
 ContentResource[] ContentItem.getResources()
          Gets an array copy of ContentResources which are part of this ContentItem.
 

Methods in org.ocap.hn.content with parameters of type ContentResource
 boolean ContentItem.containsResource(ContentResource entry)
          Checks whether the given ContentResource is part of this ContentItem..
 int ContentItem.getResourceIndex(ContentResource r)
          Returns the index of the specified ContentResource or -1 if the ContentResource does not exist in this ContentItem.