Class ShareResourceFileImpl
java.lang.Object
com.biglybt.pifimpl.local.sharing.ShareResourceImpl
com.biglybt.pifimpl.local.sharing.ShareResourceFileOrDirImpl
com.biglybt.pifimpl.local.sharing.ShareResourceFileImpl
- All Implemented Interfaces:
ShareResource,ShareResourceFile
-
Field Summary
Fields inherited from class com.biglybt.pifimpl.local.sharing.ShareResourceImpl
attributes, change_listeners, deletion_listeners, hasher, manager, parent, typeFields inherited from interface com.biglybt.pif.sharing.ShareResource
ST_DIR, ST_DIR_CONTENTS, ST_FILE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedShareResourceFileImpl(ShareManagerImpl _manager, ShareResourceDirContentsImpl _parent, File _file, boolean _personal, Map<String, String> _properties) protectedShareResourceFileImpl(ShareManagerImpl _manager, File _file, Map _map) -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]protected static ShareResourceFileImplgetResource(ShareManagerImpl _manager, File _file) Methods inherited from class com.biglybt.pifimpl.local.sharing.ShareResourceFileOrDirImpl
canBeDeleted, checkConsistency, createTorrent, deleteInternal, deserialiseResource, getFile, getItem, getName, getProperties, getResourceSupport, serialiseResource, setPropertiesMethods inherited from class com.biglybt.pifimpl.local.sharing.ShareResourceImpl
addChangeListener, addDeletionListener, delete, delete, delete, deleteTorrent, fireChangeEvent, getAttribute, getAttributes, getChildren, getFingerPrint, getFingerPrintSupport, getNewTorrentLocation, getParent, getTorrentFile, getType, inheritAttributes, isDeleted, isPersistent, readTorrent, removeChangeListener, removeDeletionListener, setAttribute, setParent, writeTorrentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.biglybt.pif.sharing.ShareResource
addChangeListener, addDeletionListener, canBeDeleted, delete, delete, getAttribute, getAttributes, getName, getParent, getProperties, getType, isDeleted, isPersistent, removeChangeListener, removeDeletionListener, setAttribute, setPropertiesMethods inherited from interface com.biglybt.pif.sharing.ShareResourceFile
getFile, getItem
-
Constructor Details
-
Method Details
-
getFingerPrint
- Specified by:
getFingerPrintin classShareResourceFileOrDirImpl- Throws:
ShareException