Package net.sf.cram.index.CramIndex

Examples of net.sf.cram.index.CramIndex.Entry.clone()


    e.containerStartOffset = 1;
    e.sliceOffset = 1;
    e.sliceSize = 0;
    list.add(e);

    e = e.clone();
    e.alignmentStart = 2;
    e.containerStartOffset = 2;
    e.sliceOffset = 1;
    e.sliceSize = 0;
    list.add(e);
View Full Code Here


    e.containerStartOffset = 2;
    e.sliceOffset = 1;
    e.sliceSize = 0;
    list.add(e);

    e = e.clone();
    e.alignmentStart = 3;
    e.containerStartOffset = 3;
    e.sliceOffset = 1;
    e.sliceSize = 0;
    list.add(e);
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.