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