Package com.biglybt.core.util
Interface BEncodableObject
- All Known Implementing Classes:
ClientStatsDataSource
,LinkFileMap
public interface BEncodableObject
Classes that implement this interface can be sent to a bencode
-
Method Summary
-
Method Details
-
toBencodeObject
Object toBencodeObject()- Returns:
- Must return an object that is bencodable
-