Package com.biglybt.core.torrent.impl
Class TOTorrentXMLDeserialiser
java.lang.Object
com.biglybt.core.torrent.impl.TOTorrentXMLDeserialiser
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
decodeInfo
(SimpleXMLParserDocumentNode doc, TOTorrentImpl torrent) protected TOTorrent
deserialise
(File file) protected byte[]
protected List
protected Long
protected Map
protected TOTorrentXMLDeserialiser.mapEntry
protected Object
protected byte[]
-
Constructor Details
-
TOTorrentXMLDeserialiser
public TOTorrentXMLDeserialiser()
-
-
Method Details
-
deserialise
- Throws:
TOTorrentException
-
decodeRoot
- Throws:
TOTorrentException
-
decodeInfo
protected void decodeInfo(SimpleXMLParserDocumentNode doc, TOTorrentImpl torrent) throws TOTorrentException - Throws:
TOTorrentException
-
readGenericMapEntry
protected TOTorrentXMLDeserialiser.mapEntry readGenericMapEntry(SimpleXMLParserDocumentNode node) throws TOTorrentException - Throws:
TOTorrentException
-
readGenericValue
- Throws:
TOTorrentException
-
readGenericBytes
- Throws:
TOTorrentException
-
readGenericLong
- Throws:
TOTorrentException
-
readGenericMap
- Throws:
TOTorrentException
-
readLocalisableString
- Throws:
TOTorrentException
-
readGenericList
- Throws:
TOTorrentException
-