link start!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package javax.baja.dataRecovery;
|
||||
|
||||
public interface IDataRecoveryRecord {
|
||||
byte[] getData();
|
||||
|
||||
byte getDataRecoverySourceIdentifier();
|
||||
|
||||
byte[] getKey();
|
||||
}
|
||||
Reference in New Issue
Block a user