jar

com.github.thecoldwine : sigrun

Maven & Gradle

Apr 18, 2018
10 stars

Sigrun SEGY parser · Pure SEG-Y parser library

Table Of Contents

Latest Version

Download com.github.thecoldwine : sigrun JAR file - Latest Versions:

All Versions

Download com.github.thecoldwine : sigrun JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.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 sigrun-0.4.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.thecoldwine.sigrun.converters

├─ com.github.thecoldwine.sigrun.converters.ByteANumberConverter.class - [JAR]

├─ com.github.thecoldwine.sigrun.converters.IBM360Converter.class - [JAR]

├─ com.github.thecoldwine.sigrun.converters.IEEEConverter.class - [JAR]

├─ com.github.thecoldwine.sigrun.converters.NumberByteAConverter.class - [JAR]

├─ com.github.thecoldwine.sigrun.converters.SeismicValuesConverter.class - [JAR]

com.github.thecoldwine.sigrun.reports

├─ com.github.thecoldwine.sigrun.reports.NavigationStrategy.class - [JAR]

├─ com.github.thecoldwine.sigrun.reports.PetrobankNavigationStrategy.class - [JAR]

├─ com.github.thecoldwine.sigrun.reports.ReportMapFactory.class - [JAR]

├─ com.github.thecoldwine.sigrun.reports.ReportStrategy.class - [JAR]

com.github.thecoldwine.sigrun.serialization

├─ com.github.thecoldwine.sigrun.serialization.AbstractReader.class - [JAR]

├─ com.github.thecoldwine.sigrun.serialization.BinaryHeaderFormat.class - [JAR]

├─ com.github.thecoldwine.sigrun.serialization.BinaryHeaderFormatBuilder.class - [JAR]

├─ com.github.thecoldwine.sigrun.serialization.BinaryHeaderReader.class - [JAR]

├─ com.github.thecoldwine.sigrun.serialization.FormatEntry.class - [JAR]

├─ com.github.thecoldwine.sigrun.serialization.SEGYFormatException.class - [JAR]

├─ com.github.thecoldwine.sigrun.serialization.TextHeaderReader.class - [JAR]

├─ com.github.thecoldwine.sigrun.serialization.TraceHeaderFormat.class - [JAR]

├─ com.github.thecoldwine.sigrun.serialization.TraceHeaderFormatBuilder.class - [JAR]

├─ com.github.thecoldwine.sigrun.serialization.TraceHeaderReader.class - [JAR]

com.github.thecoldwine.sigrun.formats

├─ com.github.thecoldwine.sigrun.formats.SEGYFormatFactory.class - [JAR]

├─ com.github.thecoldwine.sigrun.formats.SEGYRevision.class - [JAR]

├─ com.github.thecoldwine.sigrun.formats.SEGYRevision1.class - [JAR]

com.github.thecoldwine.sigrun.common

├─ com.github.thecoldwine.sigrun.common.BinaryHeader.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.ConverterFactory.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.CoordinateUnitsCode.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.DataSample.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.GainTypeForInstruments.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.ParseProgressListener.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.Reportable.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.SEGYStream.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.SEGYStreamException.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.SEGYStreamFactory.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.SeismicTrace.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.SweepTypeCode.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.TaperType.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.TextHeader.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.Trace.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.TraceHeader.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.TraceIdentificationCode.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.TraceSorting.class - [JAR]

├─ com.github.thecoldwine.sigrun.common.Utilities.class - [JAR]