@Deprecated public class TorrentFileInfo extends MetadataContainer implements IMetadataProperty
Represents shared file information.
Modifier and Type | Method and Description |
---|---|
String |
getFormattedValue()
Deprecated.
|
long |
getLength()
Deprecated.
Gets the length of the file in bytes.
|
String |
getName()
Deprecated.
|
void |
setName(String value)
Deprecated.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
@Deprecated public final String getName()
Gets the full name of the file (relative path to the file from the root torrent folder).
getName
in interface IMetadataProperty
@Deprecated public final void setName(String value)
Sets the full name of the file (relative path to the file from the root torrent folder).
setName
in interface IMetadataProperty
value
- The full name of the file (relative path to the file from the root torrent folder).public final long getLength()
Gets the length of the file in bytes.
@Deprecated public final String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
Copyright © 2020. All rights reserved.