Package com.biglybt.core.torrent.impl
Class TOTorrentCreateV2Impl.FileDetails
- java.lang.Object
-
- com.biglybt.core.torrent.impl.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)
-