MCPcopy Index your code
hub / github.com/google/brotli / getStatus

Method getStatus

java/org/brotli/wrapper/dec/DecoderJNI.java:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 public Status getStatus() {
91 return lastStatus;
92 }
93
94 public ByteBuffer getInputBuffer() {
95 return inputBuffer;

Callers 2

decompressMethod · 0.95
decodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected