I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 1e978ea4 authored by zzz's avatar zzz
Browse files

javadoc

parent 629c7862
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ import net.i2p.crypto.SHA256Generator;
* and setData(null) is also OK. However,
* once non-null data is set, the data reference is immutable;
* subsequent attempts to set the data via setData(), readBytes(),
* or fromBase64() will throw a RuntimeException.
* fromByteArray(), or fromBase64() will throw a RuntimeException.
*
* @since 0.8.2
* @author zzz
......@@ -136,6 +136,7 @@ public abstract class SimpleDataStructure extends DataStructureImpl {
* Does the same thing as setData() but null not allowed.
* @param data non-null
* @throws DataFormatException if null or wrong length
* @throws RuntimeException if data already set.
*/
@Override
public void fromByteArray(byte data[]) throws DataFormatException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment