Uses of Class
peer2me.message.FileObject

Packages that use FileObject
peer2me.message   
 

Uses of FileObject in peer2me.message
 

Subclasses of FileObject in peer2me.message
 class ReceivedFileObject
          This class extends FileObject and implements Runnable and is used by the Message class.
 class SendFileObject
          This class extends FileObject and implements Runnable and is used by the Message class.
 

Methods in peer2me.message that return FileObject
 FileObject MessagePart.getFileObject()
          A call to this method persumes that there exists a FileObject in this MessagePart.
 

Methods in peer2me.message with parameters of type FileObject
 void Message.addReceivedFile(java.lang.String key, FileObject fileObject)
          When a message containing a file or a part of a file is received, a messapart containing the file must be created.
 

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