MCPcopy
hub / github.com/google/brotli / reload

Method reload

java/org/brotli/dec/BitReader.java:207–212  ·  view source on GitHub ↗
(State s)

Source from the content-addressed store, hash-verified

205 }
206
207 static int reload(State s) {
208 if (s.bitOffset == BITNESS) {
209 return prepare(s);
210 }
211 return BROTLI_OK;
212 }
213
214 static int jumpToByteBoundary(State s) {
215 final int padding = (BITNESS - s.bitOffset) & 7;

Callers 1

copyUncompressedDataMethod · 0.95

Calls 1

prepareMethod · 0.95

Tested by

no test coverage detected