org.gudy.azureus2.core3.torrent.impl
Class TOTorrentXMLSerialiser

java.lang.Object
  extended by org.gudy.azureus2.core3.xml.util.XUXmlWriter
      extended by org.gudy.azureus2.core3.torrent.impl.TOTorrentXMLSerialiser

public class TOTorrentXMLSerialiser
extends XUXmlWriter


Field Summary
protected  TOTorrentImpl torrent
           
 
Constructor Summary
protected TOTorrentXMLSerialiser(TOTorrentImpl _torrent)
           
 
Method Summary
protected  void serialiseToFile(File file)
           
protected  void writeInfo()
           
protected  void writeRoot()
           
 
Methods inherited from class org.gudy.azureus2.core3.xml.util.XUXmlWriter
closeOutputStream, encodeBytes, escapeXML, exdent, flushOutputStream, getUTF, indent, resetIndent, setGenericSimple, setOutputStream, setOutputWriter, splitWithEscape, unescapeXML, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGenericMapEntry, writeLineEscaped, writeLineRaw, writeLocalisableTag, writeTag, writeTag, writeTag, writeTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

torrent

protected final TOTorrentImpl torrent
Constructor Detail

TOTorrentXMLSerialiser

protected TOTorrentXMLSerialiser(TOTorrentImpl _torrent)
Method Detail

serialiseToFile

protected void serialiseToFile(File file)
                        throws TOTorrentException
Throws:
TOTorrentException

writeRoot

protected void writeRoot()
                  throws TOTorrentException
Throws:
TOTorrentException

writeInfo

protected void writeInfo()
                  throws TOTorrentException
Throws:
TOTorrentException