jar

club.psychose : ibo

Maven & Gradle

Jul 30, 2023
3 stars

IBO · IBO stands for "Internal binary operations" and it is a library for Java to read, write, and handle binary files and data types that aren't available in Java.

Table Of Contents

Latest Version

Download club.psychose : ibo JAR file - Latest Versions:

All Versions

Download club.psychose : ibo JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.2.x
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 ibo-2.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

club.psychose.library.ibo.core.datatypes.types.signed

├─ club.psychose.library.ibo.core.datatypes.types.signed.Int16.class - [JAR]

├─ club.psychose.library.ibo.core.datatypes.types.signed.Int24.class - [JAR]

├─ club.psychose.library.ibo.core.datatypes.types.signed.Int32.class - [JAR]

├─ club.psychose.library.ibo.core.datatypes.types.signed.Int64.class - [JAR]

├─ club.psychose.library.ibo.core.datatypes.types.signed.Int8.class - [JAR]

club.psychose.library.ibo.core.datatypes.types.unsigned

├─ club.psychose.library.ibo.core.datatypes.types.unsigned.UInt16.class - [JAR]

├─ club.psychose.library.ibo.core.datatypes.types.unsigned.UInt24.class - [JAR]

├─ club.psychose.library.ibo.core.datatypes.types.unsigned.UInt32.class - [JAR]

├─ club.psychose.library.ibo.core.datatypes.types.unsigned.UInt64.class - [JAR]

├─ club.psychose.library.ibo.core.datatypes.types.unsigned.UInt8.class - [JAR]

club.psychose.library.ibo.core.datatypes

├─ club.psychose.library.ibo.core.datatypes.IBODataType.class - [JAR]

club.psychose.library.ibo.exceptions

├─ club.psychose.library.ibo.exceptions.ClosedException.class - [JAR]

├─ club.psychose.library.ibo.exceptions.InvalidFileModeException.class - [JAR]

├─ club.psychose.library.ibo.exceptions.OpenedException.class - [JAR]

├─ club.psychose.library.ibo.exceptions.RangeOutOfBoundsException.class - [JAR]

club.psychose.library.ibo.core.io

├─ club.psychose.library.ibo.core.io.BinaryFile.class - [JAR]

├─ club.psychose.library.ibo.core.io.FileByteManagement.class - [JAR]

club.psychose.library.ibo.utils

├─ club.psychose.library.ibo.utils.HEXUtils.class - [JAR]

club.psychose.library.ibo.enums

├─ club.psychose.library.ibo.enums.FileMode.class - [JAR]

├─ club.psychose.library.ibo.enums.HEXFormat.class - [JAR]