jar

org.dellroad : leveldb

Maven & Gradle

Nov 30, 2021
6 usages

Port of LevelDB to Java

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
0.12
0.9
0.8.x

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.AbstractReverseSeekingIterator.class - [JAR]

├─ 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.ReverseIterator.class - [JAR]

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

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

├─ org.iq80.leveldb.impl.ReverseSeekingIterator.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

Aug 21, 2023
28 usages
14 stars
Aug 21, 2023
8 usages
14 stars
Nov 30, 2021
7 usages
Nov 30, 2021
6 usages
Apr 05, 2016
4 usages
2 stars

Discover Dependencies

Oct 03, 2015
4 usages
185 stars
Oct 20, 2015
0 stars
Oct 19, 2015
36 usages
0 stars
Nov 05, 2020
1 usages
98 stars
Nov 05, 2020
4 usages
98 stars
Jul 16, 2018
275 stars
Jul 16, 2018
2 usages
301 stars