Package org.eclipse.jetty.http2.hpack
Class NBitInteger
- java.lang.Object
-
- org.eclipse.jetty.http2.hpack.NBitInteger
-
public class NBitInteger extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NBitInteger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intdecode(java.nio.ByteBuffer buffer, int n)static voidencode(java.nio.ByteBuffer buf, int n, int i)static intoctectsNeeded(int n, int i)
-