obuf

WebJar for obuf

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

obuf
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

obuf
WebJar for obuf
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/indutny/offset-buffer

Download obuf

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/obuf/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>obuf</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/obuf/
implementation 'org.webjars.npm:obuf:1.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/obuf/
implementation ("org.webjars.npm:obuf:1.1.2")
'org.webjars.npm:obuf:jar:1.1.2'
<dependency org="org.webjars.npm" name="obuf" rev="1.1.2">
  <artifact name="obuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='obuf', version='1.1.2')
)
libraryDependencies += "org.webjars.npm" % "obuf" % "1.1.2"
[org.webjars.npm/obuf "1.1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

obuf - Offset buffer implementation.

Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.

Used in spyd-transport, part of spdy support for http2.

This software is licensed under the MIT License.

By Fedor Indutny, 2015.

Versions

Version
1.1.2