Class NBitIntegerEncoder
java.lang.Object
org.eclipse.jetty.http3.qpack.internal.util.NBitIntegerEncoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
encode
(ByteBuffer buf, int n, long i) static int
octectsNeeded
(int n, long i)
-
Constructor Details
-
NBitIntegerEncoder
public NBitIntegerEncoder()
-
-
Method Details
-
octectsNeeded
public static int octectsNeeded(int n, long i) -
encode
-