Package org.eclipse.jetty.http2.hpack
Class NBitInteger
java.lang.Object
org.eclipse.jetty.http2.hpack.NBitInteger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
decode
(ByteBuffer buffer, int n) static void
encode
(ByteBuffer buf, int n, int i) static int
octectsNeeded
(int n, int i)
-
Constructor Details
-
NBitInteger
public NBitInteger()
-
-
Method Details
-
octectsNeeded
public static int octectsNeeded(int n, int i) -
encode
-
decode
-