Uses of Class
peer2me.message.FileInfo

Packages that use FileInfo
peer2me.message   
 

Uses of FileInfo in peer2me.message
 

Methods in peer2me.message that return FileInfo
 FileInfo Message.getFile(java.lang.String key)
          Returns a FileInfo object that contains information about the received file.
 FileInfo MessagePart.getFileInfo()
          A call to this method persumes that there exists a FileInfo in this MessagePart.
 

Methods in peer2me.message with parameters of type FileInfo
 void Message.addFileInfo(java.lang.String key, FileInfo fileInfo)
          Adds information about a received file.
 

Constructors in peer2me.message with parameters of type FileInfo
MessagePart(java.lang.String key, FileInfo fileInfo)
          Creates a MessagePart that contains a FileInfo object