Moved x4o object to seperate module

This commit is contained in:
Willem Cazander 2024-12-21 21:11:27 +01:00
parent 6164ea32d4
commit 831eccea01
72 changed files with 140 additions and 111 deletions

View file

@ -27,7 +27,7 @@
package love.distributedrebirth.nx01.no2all.nostr.model;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import love.distributedrebirth.nx01.no2all.nostr.nip.NoStrImplBinHexAdapter;
import love.distributedrebirth.nx01.no2all.nostr.trust.OctoTrust;

View file

@ -27,7 +27,7 @@
package love.distributedrebirth.nx01.no2all.nostr.model;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import love.distributedrebirth.nx01.no2all.nostr.nip.NoStrImplBinHexAdapter;
import love.distributedrebirth.nx01.no2all.nostr.trust.OctoTrust;

View file

@ -27,7 +27,7 @@
package love.distributedrebirth.nx01.no2all.nostr.model.event;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import love.distributedrebirth.nx01.no2all.nostr.nip.NoStrImplBinHexAdapter;

View file

@ -30,7 +30,7 @@ package love.distributedrebirth.nx01.no2all.nostr.model.event;
import java.io.StringWriter;
import java.nio.charset.StandardCharsets;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import jakarta.json.Json;
import jakarta.json.JsonArray;

View file

@ -30,8 +30,8 @@ package love.distributedrebirth.nx01.no2all.nostr.model.share;
import java.util.Optional;
import java.util.function.Consumer;
import org.x4o.xml.o4o.io.tlv.TLVChainOctoBit;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.io.tlv.TLVChainOctoBit;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import love.distributedrebirth.nx01.no2all.nostr.nip.NoStrImplShareLink;
import love.distributedrebirth.nx01.no2all.nostr.nip.NoStrImplShareTLV;

View file

@ -33,10 +33,10 @@ import java.util.List;
import java.util.Objects;
import java.util.Optional;
import org.x4o.xml.o4o.io.tlv.TLVChainOctoBit;
import org.x4o.xml.o4o.io.tlv.TLVChainOctoBitFrame;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.io.tlv.TLVChainOctoBit;
import org.x4o.xml.o2o.io.tlv.TLVChainOctoBitFrame;
import org.x4o.xml.o2o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import love.distributedrebirth.nx01.no2all.nostr.model.NoStrIdentityPublicKey;
import love.distributedrebirth.nx01.no2all.nostr.model.event.NoStrEventKind;

View file

@ -31,9 +31,9 @@ import java.util.List;
import java.util.Objects;
import java.util.Optional;
import org.x4o.xml.o4o.io.tlv.TLVChainOctoBit;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.io.tlv.TLVChainOctoBit;
import org.x4o.xml.o2o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import love.distributedrebirth.nx01.no2all.nostr.model.NoStrIdentityPublicKey;
import love.distributedrebirth.nx01.no2all.nostr.model.event.NoStrEventKind;

View file

@ -30,7 +30,7 @@ package love.distributedrebirth.nx01.no2all.nostr.model.share;
import java.util.List;
import java.util.Objects;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import love.distributedrebirth.nx01.no2all.nostr.model.NoStrIdentityPublicKey;
import love.distributedrebirth.nx01.no2all.nostr.model.event.NoStrEventKind;

View file

@ -27,7 +27,7 @@
package love.distributedrebirth.nx01.no2all.nostr.model.share;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import love.distributedrebirth.nx01.no2all.nostr.nip.NoStrImplShareLink;
import love.distributedrebirth.nx01.no2all.nostr.trust.OctoBech32String;

View file

@ -29,7 +29,7 @@ package love.distributedrebirth.nx01.no2all.nostr.nip;
import java.util.Objects;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.octo.OctoBitFormat;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -27,7 +27,7 @@
package love.distributedrebirth.nx01.no2all.nostr.nip;
import org.x4o.xml.o4o.io.tlv.TLVChainOctoBitFrameType;
import org.x4o.xml.o2o.io.tlv.TLVChainOctoBitFrameType;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -36,7 +36,7 @@ import java.util.Optional;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import jakarta.json.Json;
import jakarta.json.JsonReader;

View file

@ -32,7 +32,7 @@ import java.util.List;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.x4o.xml.o4o.octo.OctoBitFormat;
import org.x4o.xml.o2o.octo.OctoBitFormat;
import love.distributedrebirth.nx01.no2all.nostr.model.NoStrIdentityPublicKey;
import love.distributedrebirth.nx01.no2all.nostr.model.share.NoStrShareLinkProfile;

View file

@ -41,8 +41,8 @@ import java.util.Objects;
import java.util.zip.GZIPInputStream;
import java.util.zip.GZIPOutputStream;
import org.x4o.xml.o4o.io.tlv.TLVChainOctalSex;
import org.x4o.xml.o4o.io.tlv.TLVChainSexTeenBit;
import org.x4o.xml.o2o.io.tlv.TLVChainOctalSex;
import org.x4o.xml.o2o.io.tlv.TLVChainSexTeenBit;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifest2;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifest2HeaderField;

View file

@ -30,7 +30,7 @@ package love.distributedrebirth.nx01.warp.manifestor.manifest;
import java.util.ArrayList;
import java.util.List;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuiceAtoms;
/// Warp manifest4 model.
///

View file

@ -30,7 +30,7 @@ package love.distributedrebirth.nx01.warp.manifestor.manifest;
import java.util.ArrayList;
import java.util.List;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuiceAtoms;
/// Warp manifest4 name value pair entry.
///

View file

@ -30,7 +30,7 @@ package love.distributedrebirth.nx01.warp.manifestor.manifest;
import java.util.ArrayList;
import java.util.List;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuiceAtoms;
/// Warp manifest4 section.
///

View file

@ -30,8 +30,8 @@ package love.distributedrebirth.nx01.warp.manifestor.manifest;
import java.util.Arrays;
import java.util.Optional;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeString;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeString;
/// Warp manifest schema of the version.
///

View file

@ -30,7 +30,7 @@ package love.distributedrebirth.nx01.warp.manifestor.scopic.iomf;
import java.util.PrimitiveIterator;
import org.x4o.xml.io.XMLConstants;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuiceAtoms;
/// Stroboscopic manifest 1 and 2 constants.
///

View file

@ -31,8 +31,8 @@ import java.util.Iterator;
import java.util.Objects;
import java.util.Optional;
import org.x4o.xml.o4o.io.tlv.TLVChainSexTeenBit;
import org.x4o.xml.o4o.io.tlv.TLVChainSexTeenBitFrame;
import org.x4o.xml.o2o.io.tlv.TLVChainSexTeenBit;
import org.x4o.xml.o2o.io.tlv.TLVChainSexTeenBitFrame;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifestTheVersion;
import love.distributedrebirth.nx01.warp.manifestor.scopic.ScopicManifestContent;

View file

@ -27,8 +27,8 @@ w * Copyright ©Δ∞ 仙上主天
package love.distributedrebirth.nx01.warp.manifestor.scopic.iomf3;
import org.x4o.xml.o4o.io.tlv.TLVChainSexTeenBit;
import org.x4o.xml.o4o.io.tlv.TLVChainSexTeenBitFrameType;
import org.x4o.xml.o2o.io.tlv.TLVChainSexTeenBit;
import org.x4o.xml.o2o.io.tlv.TLVChainSexTeenBitFrameType;
import love.distributedrebirth.nx01.warp.manifestor.scopic.ScopicManifestContent;
import love.distributedrebirth.nx01.warp.manifestor.scopic.ScopicManifestDuplicateDetector;

View file

@ -27,7 +27,7 @@
package love.distributedrebirth.nx01.warp.manifestor.scopic.iomf3;
import org.x4o.xml.o4o.io.tlv.TLVChainSexTeenBitFrameType;
import org.x4o.xml.o2o.io.tlv.TLVChainSexTeenBitFrameType;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -31,7 +31,7 @@ import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuiceAtoms;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifest4;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifest4Section;

View file

@ -30,9 +30,9 @@ package love.distributedrebirth.nx01.warp.manifestor.scopic.iomf4;
import java.util.Iterator;
import java.util.Objects;
import org.x4o.xml.o4o.io.tlv.TLVChainOctalSex;
import org.x4o.xml.o4o.io.tlv.TLVChainOctalSexFrame;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o2o.io.tlv.TLVChainOctalSex;
import org.x4o.xml.o2o.io.tlv.TLVChainOctalSexFrame;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuiceAtoms;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifestTheVersion;
import love.distributedrebirth.nx01.warp.manifestor.scopic.ScopicManifestContent;

View file

@ -27,9 +27,9 @@
package love.distributedrebirth.nx01.warp.manifestor.scopic.iomf4;
import org.x4o.xml.o4o.io.tlv.TLVChainOctalSex;
import org.x4o.xml.o4o.io.tlv.TLVChainOctalSexFrameType;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o2o.io.tlv.TLVChainOctalSex;
import org.x4o.xml.o2o.io.tlv.TLVChainOctalSexFrameType;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuiceAtoms;
import love.distributedrebirth.nx01.warp.manifestor.scopic.ScopicManifestContent;
import love.distributedrebirth.nx01.warp.manifestor.scopic.ScopicManifestDuplicateDetector;

View file

@ -27,10 +27,10 @@
package love.distributedrebirth.nx01.warp.manifestor.scopic.iomf4;
import org.x4o.xml.o4o.io.tlv.TLVChainOctalSexFrameType;
import org.x4o.xml.o4o.io.tlv.TLVChainSexTeenBitFrameType;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuice;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeSexWord;
import org.x4o.xml.o2o.io.tlv.TLVChainOctalSexFrameType;
import org.x4o.xml.o2o.io.tlv.TLVChainSexTeenBitFrameType;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuice;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeSexWord;
import love.distributedrebirth.nx01.warp.manifestor.scopic.iomf3.ScopicManifest3FrameTLV;

View file

@ -31,7 +31,7 @@ import java.util.Arrays;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeString;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeString;
import love.distributedrebirth.nx01.warp.manifestor.WarpManifestorDriver;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifest3;

View file

@ -31,7 +31,7 @@ import java.util.Arrays;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeString;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeString;
import love.distributedrebirth.nx01.warp.manifestor.WarpManifestorDriver;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifest3;

View file

@ -31,7 +31,7 @@ import java.util.Arrays;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeString;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeString;
import love.distributedrebirth.nx01.warp.manifestor.WarpManifestorDriver;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifest3;

View file

@ -8,6 +8,10 @@
</parent>
<artifactId>nx01-x4o-driver</artifactId>
<dependencies>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-x4o-o2o</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>jasper-el</artifactId>

17
nx01-x4o-o2o/pom.xml Normal file
View file

@ -0,0 +1,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01</artifactId>
<version>〇一。壬寅。一〄-SNAPSHOT</version>
</parent>
<artifactId>nx01-x4o-o2o</artifactId>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -27,4 +27,4 @@
* @since 1.0
*/
package org.x4o.xml.o4o.io;
package org.x4o.xml.o2o.io;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
import java.util.ArrayList;
import java.util.Iterator;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
import java.util.ArrayList;
import java.util.Iterator;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
import java.io.IOException;
import java.io.InputStream;
@ -33,11 +33,11 @@ import java.io.OutputStream;
import java.util.ArrayList;
import java.util.List;
import org.x4o.xml.o4o.octal.PrimordialOctal;
import org.x4o.xml.o4o.octal.PrimordialOctalIterator;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuice;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeSexWord;
import org.x4o.xml.o2o.octal.PrimordialOctal;
import org.x4o.xml.o2o.octal.PrimordialOctalIterator;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuice;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeSexWord;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,13 +25,13 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
import java.util.Objects;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuice;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeString;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuice;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuiceAtoms;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeString;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,9 +25,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
import org.x4o.xml.o4o.octal.PrimordialOctalOrangeJuice;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeJuice;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,14 +25,14 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitConverter;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,12 +25,12 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
import java.util.Arrays;
import java.util.Objects;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitConverter;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
import java.io.IOException;
import java.io.InputStream;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
import java.util.Arrays;
import java.util.Objects;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -27,4 +27,4 @@
* @since 1.0
*/
package org.x4o.xml.o4o.io.tlv;
package org.x4o.xml.o2o.io.tlv;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
import java.io.IOException;
import java.io.InputStream;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
/// Bait based octal consumer.
///

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
import java.util.ArrayList;
import java.util.Collection;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
import java.util.ArrayList;
import java.util.Iterator;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
/// Primordial octal skulls to speak juicy hinari.
///

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
/// Primordial octal string of juice atoms.
///

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
import java.io.IOException;
import java.io.InputStream;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
import java.util.Arrays;
import java.util.List;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
/// Bait based octal skull.
///

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
import java.util.Spliterator;
import java.util.Spliterators;

View file

@ -27,4 +27,4 @@
* @since 1.0
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octo;
package org.x4o.xml.o2o.octo;
/// October bit converter.
///

View file

@ -25,17 +25,17 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octo;
package org.x4o.xml.o2o.octo;
import java.nio.charset.StandardCharsets;
import org.x4o.xml.o4o.octo.conv.OctoConvSIntBigIndian;
import org.x4o.xml.o4o.octo.conv.OctoConvSLongBigIndian;
import org.x4o.xml.o4o.octo.conv.OctoConvStringCharset;
import org.x4o.xml.o4o.octo.conv.OctoConvStringHex;
import org.x4o.xml.o4o.octo.conv.OctoConvStringHexUtf8;
import org.x4o.xml.o4o.octo.conv.OctoConvStringIDN;
import org.x4o.xml.o4o.octo.conv.OctoConvUIntBigIndian;
import org.x4o.xml.o2o.octo.conv.OctoConvSIntBigIndian;
import org.x4o.xml.o2o.octo.conv.OctoConvSLongBigIndian;
import org.x4o.xml.o2o.octo.conv.OctoConvStringCharset;
import org.x4o.xml.o2o.octo.conv.OctoConvStringHex;
import org.x4o.xml.o2o.octo.conv.OctoConvStringHexUtf8;
import org.x4o.xml.o2o.octo.conv.OctoConvStringIDN;
import org.x4o.xml.o2o.octo.conv.OctoConvUIntBigIndian;
/// October bits codec converters.
///

View file

@ -25,9 +25,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octo.conv;
package org.x4o.xml.o2o.octo.conv;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitConverter;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,9 +25,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octo.conv;
package org.x4o.xml.o2o.octo.conv;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitConverter;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,12 +25,12 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octo.conv;
package org.x4o.xml.o2o.octo.conv;
import java.nio.charset.Charset;
import java.util.Objects;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitConverter;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,9 +25,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octo.conv;
package org.x4o.xml.o2o.octo.conv;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitConverter;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,14 +25,14 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octo.conv;
package org.x4o.xml.o2o.octo.conv;
import java.io.ByteArrayOutputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.PrimitiveIterator.OfInt;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitConverter;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,12 +25,12 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octo.conv;
package org.x4o.xml.o2o.octo.conv;
import java.net.IDN;
import java.nio.charset.StandardCharsets;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitConverter;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -25,9 +25,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octo.conv;
package org.x4o.xml.o2o.octo.conv;
import org.x4o.xml.o4o.octo.OctoBitConverter;
import org.x4o.xml.o2o.octo.OctoBitConverter;
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天

View file

@ -27,4 +27,4 @@
* @since 1.0
*/
package org.x4o.xml.o4o.octo.conv;
package org.x4o.xml.o2o.octo.conv;

View file

@ -27,4 +27,4 @@
* @since 1.0
*/
package org.x4o.xml.o4o.octo;
package org.x4o.xml.o2o.octo;

View file

@ -27,4 +27,4 @@
* @since 1.0
*/
package org.x4o.xml.o4o;
package org.x4o.xml.o2o;

View file

@ -20,10 +20,12 @@
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.x4o.xml.o4o.octal;
package org.x4o.xml.o2o.octal;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.x4o.xml.o2o.octal.PrimordialOctal;
import org.x4o.xml.o2o.octal.PrimordialOctalOrangeSexWord;
/**
* X4OLanguagePropertyTest test static enum code.

View file

@ -54,6 +54,7 @@
<module>nx01-x4o-tool-maven-plugin</module>
<module>nx01-x4o-html</module>
<module>nx01-zerofungus-server</module>
<module>nx01-x4o-o2o</module>
</modules>
<dependencyManagement>
<dependencies>
@ -399,6 +400,11 @@
<artifactId>nx01-x4o-meta</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-x4o-o2o</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-x4o-tool-ant-plugin</artifactId>