Package xbird.storage.index

Examples of xbird.storage.index.BIndexFile.open()


                throw new IllegalStateException("label idx file does not exist: "
                        + labelFile.getAbsolutePath());
            }
            BIndexFile labelBFile = new BIndexFile(labelFile);
            try {
                labelBFile.open();
            } catch (DbException e) {
                throw new XQueryException("failed to open BFile: " + labelFile.getAbsolutePath(), e);
            }
            return labelBFile;
        }
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.