Class QBlocks


  • public class QBlocks
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QBlocks change​(java.math.BigInteger E, java.math.BigInteger N)  
      static QBlocks readFrom​(java.io.InputStream source, int size)  
      void writeTo​(java.io.OutputStream os, int size)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • readFrom

        public static QBlocks readFrom​(java.io.InputStream source,
                                       int size)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • change

        public QBlocks change​(java.math.BigInteger E,
                              java.math.BigInteger N)
      • writeTo

        public void writeTo​(java.io.OutputStream os,
                            int size)
                     throws java.io.IOException
        Throws:
        java.io.IOException