jar

org.iq80.leveldb : leveldb

Maven & Gradle

Jun 27, 2019
203 usages
1.3k stars

Port of LevelDB to Java

Table Of Contents

Latest Version

Download org.iq80.leveldb : leveldb JAR file - Latest Versions:

All Versions

Download org.iq80.leveldb : leveldb JAR file - All Versions:

Version Vulnerabilities Size Updated
0.12
0.11
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window leveldb-0.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.iq80.leveldb.util

├─ org.iq80.leveldb.util.AbstractSeekingIterator.class - [JAR]

├─ org.iq80.leveldb.util.BasicSliceOutput.class - [JAR]

├─ org.iq80.leveldb.util.ByteBufferSupport.class - [JAR]

├─ org.iq80.leveldb.util.Closeables.class - [JAR]

├─ org.iq80.leveldb.util.DbIterator.class - [JAR]

├─ org.iq80.leveldb.util.DynamicSliceOutput.class - [JAR]

├─ org.iq80.leveldb.util.FileUtils.class - [JAR]

├─ org.iq80.leveldb.util.Finalizer.class - [JAR]

├─ org.iq80.leveldb.util.IntVector.class - [JAR]

├─ org.iq80.leveldb.util.InternalIterator.class - [JAR]

├─ org.iq80.leveldb.util.InternalTableIterator.class - [JAR]

├─ org.iq80.leveldb.util.Level0Iterator.class - [JAR]

├─ org.iq80.leveldb.util.LevelIterator.class - [JAR]

├─ org.iq80.leveldb.util.MergingIterator.class - [JAR]

├─ org.iq80.leveldb.util.PureJavaCrc32C.class - [JAR]

├─ org.iq80.leveldb.util.SizeOf.class - [JAR]

├─ org.iq80.leveldb.util.Slice.class - [JAR]

├─ org.iq80.leveldb.util.SliceComparator.class - [JAR]

├─ org.iq80.leveldb.util.SliceInput.class - [JAR]

├─ org.iq80.leveldb.util.SliceOutput.class - [JAR]

├─ org.iq80.leveldb.util.Slices.class - [JAR]

├─ org.iq80.leveldb.util.Snappy.class - [JAR]

├─ org.iq80.leveldb.util.TableIterator.class - [JAR]

├─ org.iq80.leveldb.util.VariableLengthQuantity.class - [JAR]

org.iq80.leveldb.table

├─ org.iq80.leveldb.table.Block.class - [JAR]

├─ org.iq80.leveldb.table.BlockBuilder.class - [JAR]

├─ org.iq80.leveldb.table.BlockEntry.class - [JAR]

├─ org.iq80.leveldb.table.BlockHandle.class - [JAR]

├─ org.iq80.leveldb.table.BlockIterator.class - [JAR]

├─ org.iq80.leveldb.table.BlockTrailer.class - [JAR]

├─ org.iq80.leveldb.table.BytewiseComparator.class - [JAR]

├─ org.iq80.leveldb.table.CustomUserComparator.class - [JAR]

├─ org.iq80.leveldb.table.FileChannelTable.class - [JAR]

├─ org.iq80.leveldb.table.Footer.class - [JAR]

├─ org.iq80.leveldb.table.MMapTable.class - [JAR]

├─ org.iq80.leveldb.table.Table.class - [JAR]

├─ org.iq80.leveldb.table.TableBuilder.class - [JAR]

├─ org.iq80.leveldb.table.UserComparator.class - [JAR]

org.iq80.leveldb.impl

├─ org.iq80.leveldb.impl.Compaction.class - [JAR]

├─ org.iq80.leveldb.impl.DbConstants.class - [JAR]

├─ org.iq80.leveldb.impl.DbImpl.class - [JAR]

├─ org.iq80.leveldb.impl.DbLock.class - [JAR]

├─ org.iq80.leveldb.impl.FileChannelLogWriter.class - [JAR]

├─ org.iq80.leveldb.impl.FileMetaData.class - [JAR]

├─ org.iq80.leveldb.impl.Filename.class - [JAR]

├─ org.iq80.leveldb.impl.InternalEntry.class - [JAR]

├─ org.iq80.leveldb.impl.InternalKey.class - [JAR]

├─ org.iq80.leveldb.impl.InternalKeyComparator.class - [JAR]

├─ org.iq80.leveldb.impl.InternalUserComparator.class - [JAR]

├─ org.iq80.leveldb.impl.Iq80DBFactory.class - [JAR]

├─ org.iq80.leveldb.impl.Level.class - [JAR]

├─ org.iq80.leveldb.impl.Level0.class - [JAR]

├─ org.iq80.leveldb.impl.LogChunkType.class - [JAR]

├─ org.iq80.leveldb.impl.LogConstants.class - [JAR]

├─ org.iq80.leveldb.impl.LogMonitor.class - [JAR]

├─ org.iq80.leveldb.impl.LogMonitors.class - [JAR]

├─ org.iq80.leveldb.impl.LogReader.class - [JAR]

├─ org.iq80.leveldb.impl.LogWriter.class - [JAR]

├─ org.iq80.leveldb.impl.Logs.class - [JAR]

├─ org.iq80.leveldb.impl.LookupKey.class - [JAR]

├─ org.iq80.leveldb.impl.LookupResult.class - [JAR]

├─ org.iq80.leveldb.impl.MMapLogWriter.class - [JAR]

├─ org.iq80.leveldb.impl.MemTable.class - [JAR]

├─ org.iq80.leveldb.impl.ReadStats.class - [JAR]

├─ org.iq80.leveldb.impl.SeekingIterable.class - [JAR]

├─ org.iq80.leveldb.impl.SeekingIterator.class - [JAR]

├─ org.iq80.leveldb.impl.SeekingIteratorAdapter.class - [JAR]

├─ org.iq80.leveldb.impl.SequenceNumber.class - [JAR]

├─ org.iq80.leveldb.impl.SnapshotImpl.class - [JAR]

├─ org.iq80.leveldb.impl.SnapshotSeekingIterator.class - [JAR]

├─ org.iq80.leveldb.impl.TableCache.class - [JAR]

├─ org.iq80.leveldb.impl.ValueType.class - [JAR]

├─ org.iq80.leveldb.impl.Version.class - [JAR]

├─ org.iq80.leveldb.impl.VersionEdit.class - [JAR]

├─ org.iq80.leveldb.impl.VersionEditTag.class - [JAR]

├─ org.iq80.leveldb.impl.VersionSet.class - [JAR]

├─ org.iq80.leveldb.impl.WriteBatchImpl.class - [JAR]

Advertisement

Dependencies from Group

Jun 27, 2019
203 usages
1.3k stars
Jun 27, 2019
37 usages
1.3k stars
Jun 27, 2019
1.4k stars
Jun 27, 2019
1.3k stars

Discover Dependencies

Dec 09, 2016
22 usages
0 stars
May 19, 2023
21.5k stars
Jan 14, 2023
62 usages
Apr 19, 2023
47 usages
0 stars
Mar 16, 2019
7 usages
5.7k stars
Jun 29, 2018
66 stars
Aug 05, 2016
145 stars
Aug 07, 2016
32 stars