jar

net.sourceforge.xbis : xbis

Maven & Gradle

Jul 22, 2011

XML Binary Infoset · XBIS is an encoding format for XML documents that is fully convertible to and from text, with information set equivalence between the original document text and regenerated document text. It's intended for use in transmitting XML documents between application components, and is therefore designed for processing speed. The current Java language implementation offers several times the performance of SAX2 parsers working from text documents across a wide range of document types and sizes, and across JVMs tested, while also providing a substantial reduction in document size for most types of XML documents.

Table Of Contents

Latest Version

Download net.sourceforge.xbis : xbis JAR file - Latest Versions:

All Versions

Download net.sourceforge.xbis : xbis JAR file - All Versions:

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

com.sosnoski.util.hashmap

├─ com.sosnoski.util.hashmap.CharArrayIntHashMap.class - [JAR]

├─ com.sosnoski.util.hashmap.CharBlockIntHashMap.class - [JAR]

├─ com.sosnoski.util.hashmap.IntStringHashMap.class - [JAR]

├─ com.sosnoski.util.hashmap.ObjectIntHashMap.class - [JAR]

├─ com.sosnoski.util.hashmap.ObjectKeyBase.class - [JAR]

├─ com.sosnoski.util.hashmap.ObjectObjectHashMap.class - [JAR]

├─ com.sosnoski.util.hashmap.PrimitiveKeyBase.class - [JAR]

├─ com.sosnoski.util.hashmap.StringIntHashMap.class - [JAR]

org.xbis

├─ org.xbis.BasicNamespace.class - [JAR]

├─ org.xbis.DefaultNameMap.class - [JAR]

├─ org.xbis.DefaultQName.class - [JAR]

├─ org.xbis.SAXToXBISAdapter.class - [JAR]

├─ org.xbis.XBISConstants.class - [JAR]

├─ org.xbis.XBISEventWriter.class - [JAR]

├─ org.xbis.XBISException.class - [JAR]

├─ org.xbis.XBISReader.class - [JAR]

├─ org.xbis.XBISToSAXAdapter.class - [JAR]

├─ org.xbis.XBISWriter.class - [JAR]

com.sosnoski.util

├─ com.sosnoski.util.ArrayRangeIterator.class - [JAR]

├─ com.sosnoski.util.CharBuffer.class - [JAR]

├─ com.sosnoski.util.GrowableBase.class - [JAR]

├─ com.sosnoski.util.ObjectHashBase.class - [JAR]

├─ com.sosnoski.util.PrimitiveHashBase.class - [JAR]

├─ com.sosnoski.util.SparseArrayIterator.class - [JAR]

├─ com.sosnoski.util.WrappedArrayIterator.class - [JAR]

org.xbis.eventstore

├─ org.xbis.eventstore.EventStore.class - [JAR]

├─ org.xbis.eventstore.NameImpl.class - [JAR]

├─ org.xbis.eventstore.SAXReader.class - [JAR]

├─ org.xbis.eventstore.SAXWriter.class - [JAR]

com.sosnoski.util.stack

├─ com.sosnoski.util.stack.IntStack.class - [JAR]

├─ com.sosnoski.util.stack.ObjectStack.class - [JAR]

├─ com.sosnoski.util.stack.StackBase.class - [JAR]

├─ com.sosnoski.util.stack.StringStack.class - [JAR]

com.sosnoski.util.array

├─ com.sosnoski.util.array.ArrayBase.class - [JAR]

├─ com.sosnoski.util.array.ByteArray.class - [JAR]

├─ com.sosnoski.util.array.CharArray.class - [JAR]

├─ com.sosnoski.util.array.DoubleArray.class - [JAR]

├─ com.sosnoski.util.array.IntArray.class - [JAR]

├─ com.sosnoski.util.array.ObjectArray.class - [JAR]

├─ com.sosnoski.util.array.StringArray.class - [JAR]

com.sosnoski.util.hashset

├─ com.sosnoski.util.hashset.DoubleHashSet.class - [JAR]

├─ com.sosnoski.util.hashset.IntHashSet.class - [JAR]

├─ com.sosnoski.util.hashset.ObjectHashSet.class - [JAR]

├─ com.sosnoski.util.hashset.ObjectSetBase.class - [JAR]

├─ com.sosnoski.util.hashset.PrimitiveSetBase.class - [JAR]

├─ com.sosnoski.util.hashset.StringHashSet.class - [JAR]

com.sosnoski.util.queue

├─ com.sosnoski.util.queue.IntQueue.class - [JAR]

├─ com.sosnoski.util.queue.ObjectQueue.class - [JAR]

├─ com.sosnoski.util.queue.QueueBase.class - [JAR]

├─ com.sosnoski.util.queue.StringQueue.class - [JAR]

Advertisement