Examples of WSIG


Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDHTMLBEGIN(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDPLACEHOLDER(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDDOCAUTOLAUNCH(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDTARGET(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

    SIZE = getFixedStructSize();
  }

  public CDCAPTION(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDPABREFERENCE(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

public class CDPDEF_MAIN extends CDRecord {

  public static final int SIZE = getFixedStructSize();

  public CDPDEF_MAIN(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDPABHIDE(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

public class CDPDEF_PROPERTY extends CDRecord {

  public static final int SIZE = getFixedStructSize();

  public CDPDEF_PROPERTY(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDFRAMESET(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.