forked from I2P_Developers/i2p.i2p
javadoc
This commit is contained in:
@@ -30,6 +30,14 @@ public class Hash extends SimpleDataStructure {
|
||||
|
||||
/**
|
||||
* Pull from cache or return new
|
||||
*
|
||||
* WARNING - If the SDS is found in the cache, the passed-in
|
||||
* byte array will be returned to the SimpleByteCache for reuse.
|
||||
* Do NOT save a reference to the passed-in data, or use or modify it,
|
||||
* after this call.
|
||||
*
|
||||
* Ignore this warning and you WILL corrupt the cache or other data structures.
|
||||
*
|
||||
* @throws IllegalArgumentException if data is not the correct number of bytes
|
||||
* @since 0.8.3
|
||||
*/
|
||||
|
Reference in New Issue
Block a user