Class TorrentFileImpl

  • All Implemented Interfaces:
    TorrentFile

    public class TorrentFileImpl
    extends java.lang.Object
    implements TorrentFile
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected long size  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TorrentFileImpl​(java.lang.String _name, long _size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      long getSize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • size

        protected long size
    • Constructor Detail

      • TorrentFileImpl

        protected TorrentFileImpl​(java.lang.String _name,
                                  long _size)