Class RBlocks
- java.lang.Object
-
- net.sourceforge.plantuml.dedication.RBlocks
-
public class RBlocks extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RBlockschange(java.math.BigInteger E, java.math.BigInteger N)static RBlocksreadFrom(byte[] fileContent, int size)byte[]toByteArray(int size)java.lang.StringtoString()voidwriteTo(java.io.OutputStream os, int size)voidwriteTo(java.nio.file.Path out, int size)
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
readFrom
public static RBlocks readFrom(byte[] fileContent, int size)
-
change
public RBlocks change(java.math.BigInteger E, java.math.BigInteger N)
-
writeTo
public void writeTo(java.nio.file.Path out, int size) throws java.io.IOException- Throws:
java.io.IOException
-
toByteArray
public byte[] toByteArray(int size) throws java.io.IOException- Throws:
java.io.IOException
-
writeTo
public void writeTo(java.io.OutputStream os, int size) throws java.io.IOException- Throws:
java.io.IOException
-
-