All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by bytebuffer with all dependencies

Search JAR files by class name

bufferbitset from group tech.bitey (version 0.1)

A reimplementation of java.util.BitSet, replacing the backing long[] with a java.nio.ByteBuffer

Group: tech.bitey Artifact: bufferbitset
Show documentation Show source 
 

0 downloads
Artifact bufferbitset
Group tech.bitey
Version 0.1
Last update 22. October 2019
Organization not specified
URL http://bitey.tech
License GPLv2+CE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

BitBuffer from group com.github.jhg023 (version 1.0.1)

A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.

Group: com.github.jhg023 Artifact: BitBuffer
Show all versions Show documentation Show source 
 

0 downloads
Artifact BitBuffer
Group com.github.jhg023
Version 1.0.1
Last update 03. February 2019
Organization not specified
URL https://github.com/jhg023/BitBuffer
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org-graalvm-visualvm-modules-buffermonitor from group org.graalvm.visualvm.modules (version 2.1.9)

A plugin to monitor usage of direct buffers created by <CODE>ByteBuffer.allocateDirect</CODE> and mapped buffers created by <CODE>FileChannel.map</CODE>. Note that the buffers monitoring requires the monitored application to run JDK 7 starting from Build 36.

Group: org.graalvm.visualvm.modules Artifact: org-graalvm-visualvm-modules-buffermonitor
Show all versions Show documentation Show source 
 

0 downloads
Artifact org-graalvm-visualvm-modules-buffermonitor
Group org.graalvm.visualvm.modules
Version 2.1.9
Last update 30. July 2024
Organization not specified
URL https://visualvm.github.io
License GNU General Public License, version 2, with the Classpath Exception
Dependencies amount 7
Dependencies org-graalvm-visualvm-application, org-graalvm-visualvm-charts, org-graalvm-visualvm-core, org-graalvm-visualvm-tools, org-openide-modules, org-openide-util, org-openide-util-ui,
There are maybe transitive dependencies!

activej-bytebuf from group io.activej (version 6.0-beta2)

Fast and memory-efficient byte buffer, an optimized version of Java's ByteBuffer class. Useful for fast low-level I/O operations like working with files or transferring data over the internet.

Group: io.activej Artifact: activej-bytebuf
Show all versions Show documentation Show source 
 

0 downloads
Artifact activej-bytebuf
Group io.activej
Version 6.0-beta2
Last update 24. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies activej-common,
There are maybe transitive dependencies!

Pbbl from group com.arena-returns (version 1.0.2)

ArenaReturns' fork of Pbbl, a thread-safe Buffer pool that allows for the automatic reuse of Buffer objects (ByteBuffer, CharBuffer, etc.), which can be over 30x faster than allocating a new ByteBuffer when needed.

Group: com.arena-returns Artifact: Pbbl
Show documentation Show source 
 

0 downloads
Artifact Pbbl
Group com.arena-returns
Version 1.0.2
Last update 23. October 2022
Organization not specified
URL https://github.com/ArenaReturns/Pbbl
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

Pbbl from group com.github.antideveloppeur (version 1.0.2-j8)

A thread-safe Buffer pool that allows for the automatic reuse of Buffer objects (ByteBuffer, CharBuffer, etc.), which can be over 30x faster than allocating a new ByteBuffer when needed.

Group: com.github.antideveloppeur Artifact: Pbbl
Show documentation Show source 
 

0 downloads
Artifact Pbbl
Group com.github.antideveloppeur
Version 1.0.2-j8
Last update 02. October 2020
Organization not specified
URL https://github.com/Antideveloppeur/Pbbl
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

Pbbl from group com.github.jhg023 (version 1.0.2)

A thread-safe Buffer pool that allows for the automatic reuse of Buffer objects (ByteBuffer, CharBuffer, etc.), which can be over 30x faster than allocating a new ByteBuffer when needed.

Group: com.github.jhg023 Artifact: Pbbl
Show all versions Show documentation Show source 
 

0 downloads
Artifact Pbbl
Group com.github.jhg023
Version 1.0.2
Last update 25. May 2020
Organization not specified
URL https://github.com/jhg023/Pbbl
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

datakernel-bytebuf from group io.datakernel (version 3.1.0)

Fast and memory-efficient byte buffer, an optimized version of Java's ByteBuffer class. Useful for fast low-level I/O operations like working with files or transferring data over the internet.

Group: io.datakernel Artifact: datakernel-bytebuf
Show all versions Show documentation Show source 
 

0 downloads
Artifact datakernel-bytebuf
Group io.datakernel
Version 3.1.0
Last update 14. November 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies datakernel-common,
There are maybe transitive dependencies!

httpchannel-api from group com.rogiel.httpchannel (version 1.0.0)

Module that defines the HttpChannel API. HttpChannels abstract complex download and upload steps into a simple and easy to use NIO Channel. NIO Channels can be wrapped into an InputStream or OutputStream and used in any way you may find possible to. Aside from that, Channels can be used natively in most next-gen libraries, meaning that you don't even need to wrap anything, just start writing or reading data to or from the channel wth a ByteBuffer. Anyone using the library should try to rely on code from this module only and, only if necessary, on configuration classes that are implementation specific. Relying on any other resource or class is considered an error and should NOT be done. One of the most interesting usages of channels for uploads and download is that you can easily copy data straight from one channel to the other, with less than 10 lines of code! Also, channels allows the implementation of a "tee" mechanism, in which data redden from a single channel can be copied to several other channels on the fly!

Group: com.rogiel.httpchannel Artifact: httpchannel-api
Show documentation Show source 
 

0 downloads
Artifact httpchannel-api
Group com.rogiel.httpchannel
Version 1.0.0
Last update 18. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 4 from 3 (items total 39)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy