View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window slicing-0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
stream.scotty.slicing.state
├─ stream.scotty.slicing.state.AggregateState.class - [JAR]
├─ stream.scotty.slicing.state.AggregateValueState.class - [JAR]
├─ stream.scotty.slicing.state.AggregateWindowState.class - [JAR]
stream.scotty.slicing.aggregationstore
├─ stream.scotty.slicing.aggregationstore.AggregationStore.class - [JAR]
├─ stream.scotty.slicing.aggregationstore.AggregationStoreFactory.class - [JAR]
├─ stream.scotty.slicing.aggregationstore.LazyAggregateStore.class - [JAR]
stream.scotty.slicing.slice
├─ stream.scotty.slicing.slice.AbstractSlice.class - [JAR]
├─ stream.scotty.slicing.slice.EagerSlice.class - [JAR]
├─ stream.scotty.slicing.slice.LazySlice.class - [JAR]
├─ stream.scotty.slicing.slice.Slice.class - [JAR]
├─ stream.scotty.slicing.slice.SliceFactory.class - [JAR]
├─ stream.scotty.slicing.slice.StreamRecord.class - [JAR]
stream.scotty.slicing
├─ stream.scotty.slicing.SliceManager.class - [JAR]
├─ stream.scotty.slicing.SlicingWindowOperator.class - [JAR]
├─ stream.scotty.slicing.StreamSlicer.class - [JAR]
├─ stream.scotty.slicing.WindowManager.class - [JAR]