JXTA

net.jxta.share
Interface FileContent


public interface FileContent
extends Content

The FileContent interface represents a shared file content.


Method Summary
 java.io.File getFile()
          Returns the File associated with this content.
 
Methods inherited from interface net.jxta.share.Content
getContentAdvertisement, getInputStream
 

Method Detail

getFile

public java.io.File getFile()
Returns the File associated with this content.

JXTA