Examples of WSIG


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

  }

  public static final int SIZE = getFixedStructSize();

  public CDLAYOUTFIELD(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 CDOLEEND(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 CDFILESEGMENT(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 CDDOCUMENT(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 CDACTIONBAREXT(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 CDPARAGRAPH extends CDRecord {

  public static final int SIZE = getFixedStructSize();

  public CDPARAGRAPH(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 CDINLINE(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 CDHOTSPOTEND extends CDRecord {

  public static final int SIZE = getFixedStructSize();

  public CDHOTSPOTEND(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 CDREGIONEND(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 CDLAYOUTGRAPHIC(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.