jar

com.github.rholder.fauxflake : fauxflake-core

Maven & Gradle

Jul 06, 2014
1 usages
41 stars

fauxflake-core · fauxflake-core developed by Ray Holder

Table Of Contents

Latest Version

Download com.github.rholder.fauxflake : fauxflake-core JAR file - Latest Versions:

All Versions

Download com.github.rholder.fauxflake : fauxflake-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.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 fauxflake-core-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.rholder.fauxflake.provider.boundary

├─ com.github.rholder.fauxflake.provider.boundary.FlakeDecodingUtils.class - [JAR]

├─ com.github.rholder.fauxflake.provider.boundary.FlakeEncodingProvider.class - [JAR]

com.github.rholder.fauxflake.api

├─ com.github.rholder.fauxflake.api.EncodingProvider.class - [JAR]

├─ com.github.rholder.fauxflake.api.Id.class - [JAR]

├─ com.github.rholder.fauxflake.api.IdGenerator.class - [JAR]

├─ com.github.rholder.fauxflake.api.MachineIdProvider.class - [JAR]

├─ com.github.rholder.fauxflake.api.TimeProvider.class - [JAR]

com.github.rholder.fauxflake

├─ com.github.rholder.fauxflake.BackwardsTimeException.class - [JAR]

├─ com.github.rholder.fauxflake.DefaultIdGenerator.class - [JAR]

├─ com.github.rholder.fauxflake.EncodedId.class - [JAR]

├─ com.github.rholder.fauxflake.IdGenerators.class - [JAR]

├─ com.github.rholder.fauxflake.WaitTimeExceededException.class - [JAR]

com.github.rholder.fauxflake.provider.twitter

├─ com.github.rholder.fauxflake.provider.twitter.SnowflakeDecodingUtils.class - [JAR]

├─ com.github.rholder.fauxflake.provider.twitter.SnowflakeEncodingProvider.class - [JAR]

com.github.rholder.fauxflake.provider

├─ com.github.rholder.fauxflake.provider.MacMachineIdProvider.class - [JAR]

├─ com.github.rholder.fauxflake.provider.MacPidMachineIdProvider.class - [JAR]

├─ com.github.rholder.fauxflake.provider.SystemTimeProvider.class - [JAR]

com.github.rholder.fauxflake.util

├─ com.github.rholder.fauxflake.util.MacUtils.class - [JAR]

├─ com.github.rholder.fauxflake.util.PidUtils.class - [JAR]

├─ com.github.rholder.fauxflake.util.StringUtils.class - [JAR]