|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaInfoFile | |
---|---|
org.xnap.io | Provides common io related utility classes, support classes to access file meta information and a global file repository. |
org.xnap.plugin.opennap.net.msg.client | Provides the classes for messages sent by OpenNap clients like XNap. |
org.xnap.plugin.opennap.util | |
org.xnap.search | Provides interfaces and classes that enable searching for files. |
Uses of MetaInfoFile in org.xnap.io |
---|
Methods in org.xnap.io that return MetaInfoFile | |
---|---|
MetaInfoFile |
Library.get(java.io.File file)
Returns a MetaInfoFile object if file is part of library. |
MetaInfoFile |
Library.get(int index)
Returns a file by index. |
MetaInfoFile |
Library.get(java.lang.String filename,
int index)
Returns file at index and compares it to the given
filename. |
MetaInfoFile[] |
Library.search(java.lang.String searchText)
|
Methods in org.xnap.io with parameters of type MetaInfoFile | |
---|---|
static boolean |
MP3MetaInfo.handle(MetaInfoFile file)
|
boolean |
MP3MetaInfo.Provider.handle(MetaInfoFile file)
|
static boolean |
MetaInfoManager.handle(MetaInfoFile file)
|
boolean |
MetaInfoProvider.handle(MetaInfoFile file)
Called by library when file needs to be updated. |
static boolean |
VideoMetaInfo.handle(MetaInfoFile file)
|
boolean |
VideoMetaInfo.Provider.handle(MetaInfoFile file)
|
static boolean |
MP3MetaInfo.hasInfo(MetaInfoFile file)
|
static boolean |
VideoMetaInfo.hasInfo(MetaInfoFile file)
|
Constructors in org.xnap.io with parameters of type MetaInfoFile | |
---|---|
MP3MetaInfo(MetaInfoFile file)
|
|
VideoMetaInfo(MetaInfoFile file)
|
Uses of MetaInfoFile in org.xnap.plugin.opennap.net.msg.client |
---|
Constructors in org.xnap.plugin.opennap.net.msg.client with parameters of type MetaInfoFile | |
---|---|
DirectShareFileMessage(int index,
MetaInfoFile file)
|
|
ShareFileMessage(int index,
MetaInfoFile file)
|
Uses of MetaInfoFile in org.xnap.plugin.opennap.util |
---|
Methods in org.xnap.plugin.opennap.util that return MetaInfoFile | |
---|---|
static MetaInfoFile |
OpenNapFileHelper.getSharedFile(java.lang.String filename)
Retrieves repository file. |
static MetaInfoFile |
OpenNapFileHelper.getSharedFileByIndex(java.lang.String request)
Extracts index and filename from OpenNap specific shared filename and return file if it's a valid Shared entry. |
Uses of MetaInfoFile in org.xnap.search |
---|
Constructors in org.xnap.search with parameters of type MetaInfoFile | |
---|---|
MetaInfoFileSearchResult(MetaInfoFile file)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |