Uses of Class
org.lionsoul.ip2region.xdb.LongByteArray
Packages that use LongByteArray
-
Uses of LongByteArray in org.lionsoul.ip2region.service
Fields in org.lionsoul.ip2region.service declared as LongByteArrayConstructors in org.lionsoul.ip2region.service with parameters of type LongByteArrayModifierConstructorDescriptionprotectedConfig(int cachePolicy, Version ipVersion, File xdbFile, Header header, byte[] vIndex, LongByteArray cBuffer, int searchers) -
Uses of LongByteArray in org.lionsoul.ip2region.xdb
Methods in org.lionsoul.ip2region.xdb that return LongByteArrayModifier and TypeMethodDescriptionstatic LongByteArraySearcher.loadContent(RandomAccessFile handle) static LongByteArraySearcher.loadContentFromFile(File xdbFile) static LongByteArraySearcher.loadContentFromFile(String xdbPath) static LongByteArraySearcher.loadContentFromInputStream(InputStream is) Methods in org.lionsoul.ip2region.xdb with parameters of type LongByteArrayModifier and TypeMethodDescriptionstatic HeaderSearcher.loadHeaderFromBuffer(LongByteArray cBuffer) static byte[]Searcher.loadVectorIndexFromBuffer(LongByteArray cBuffer) static SearcherSearcher.newWithBuffer(Version version, LongByteArray cBuff) Constructors in org.lionsoul.ip2region.xdb with parameters of type LongByteArrayModifierConstructorDescriptionSearcher(Version version, File xdbFile, byte[] vectorIndex, LongByteArray cBuff)