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

Method flush

java/org/brotli/wrapper/enc/Encoder.java:192–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 }
191
192 void flush() throws IOException {
193 encode(EncoderJNI.Operation.FLUSH);
194 }
195
196 @Override
197 public void close() throws IOException {

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.95

Tested by

no test coverage detected