Package net.metanotion.io.data

Examples of net.metanotion.io.data.StringBytes


    }
//    if(mounted != 0) { throw new CorruptFileException(); }
    if(fileLen != file.length()) { throw new CorruptFileException(); }
    mount();

    metaIndex = new BSkipList(spanSize, this, 2, new StringBytes(), new IntBytes());
  }
View Full Code Here

TOP

Related Classes of net.metanotion.io.data.StringBytes

Copyright © 2018 www.massapicom. 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.