Class QBlocks

java.lang.Object
net.sourceforge.plantuml.dedication.QBlocks

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

    Modifier and Type
    Method
    Description
    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 Details

    • 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