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

jodd.util.buffer.package-info Maven / Gradle / Ivy

Go to download

Jodd Core tools and utilities, including type converters, JDateTime, cache etc.

There is a newer version: 5.3.0
Show newest version
// Copyright (c) 2003-2014, Jodd Team (jodd.org). All Rights Reserved.

/**
 * Fast, fast buffers.
 * This buffer implementation does not store all data
 * in single array, but in array of chunks.
 */
package jodd.util.buffer;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy