Class TOTorrentCreateV2Impl.FileDetails

java.lang.Object
com.biglybt.core.torrent.impl.TOTorrentCreateV2Impl.FileDetails
Enclosing class:
TOTorrentCreateV2Impl

private class TOTorrentCreateV2Impl.FileDetails extends Object
  • Field Details

    • length

      final long length
    • root_hash

      final byte[] root_hash
    • pieces_layer

      final byte[] pieces_layer
  • Constructor Details

    • FileDetails

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