Package com.biglybt.pifimpl.local.ddb
Class DDBaseHelpers
- java.lang.Object
-
- com.biglybt.pifimpl.local.ddb.DDBaseHelpers
-
public class DDBaseHelpers extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.String,java.lang.String>
xfer_migration
-
Constructor Summary
Constructors Constructor Description DDBaseHelpers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static java.lang.Object
decode(java.lang.Class target, byte[] data)
protected static byte[]
encode(java.lang.Object obj)
protected static HashWrapper
getKey(DistributedDatabaseTransferType transfer_type)
-
-
-
Method Detail
-
encode
protected static byte[] encode(java.lang.Object obj) throws DistributedDatabaseException
- Throws:
DistributedDatabaseException
-
decode
protected static java.lang.Object decode(java.lang.Class target, byte[] data) throws DistributedDatabaseException
- Throws:
DistributedDatabaseException
-
getKey
protected static HashWrapper getKey(DistributedDatabaseTransferType transfer_type) throws DistributedDatabaseException
- Throws:
DistributedDatabaseException
-
-