Class TOTorrentCreateV2Impl.FileDetails

  • Enclosing class:
    TOTorrentCreateV2Impl

    private class TOTorrentCreateV2Impl.FileDetails
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long length  
      (package private) byte[] pieces_layer  
      (package private) byte[] root_hash  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileDetails​(long _length, byte[] _root_hash, byte[] _pieces_layer)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • length

        final long length
      • root_hash

        final byte[] root_hash
      • pieces_layer

        final byte[] pieces_layer
    • Constructor Detail

      • FileDetails

        FileDetails​(long _length,
                    byte[] _root_hash,
                    byte[] _pieces_layer)