- java.lang.Object
-
- net.sourceforge.plantuml.dedication.QBlock
-
public class QBlock extends Object
-
-
Constructor Summary
Constructors Constructor Description QBlock(BigInteger number)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description QBlock
change(BigInteger E, BigInteger N)
static QBlock
fromBuffer(byte[] buffer)
byte[]
getData512()
byte[]
getDataRaw()
static QBlock
read(InputStream source, int size)
String
toString()
void
write(OutputStream os, int size)
-
-
-
Constructor Detail
-
QBlock
public QBlock(BigInteger number)
-
-
Method Detail
-
read
public static QBlock read(InputStream source, int size) throws IOException
- Throws:
IOException
-
fromBuffer
public static QBlock fromBuffer(byte[] buffer)
-
change
public QBlock change(BigInteger E, BigInteger N)
-
getData512
public byte[] getData512()
-
getDataRaw
public byte[] getDataRaw()
-
write
public void write(OutputStream os, int size) throws IOException
- Throws:
IOException
-
-