MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / suspendEncoding

Method suspendEncoding

java/src/cx/fbn/encrypt/Base64.java:2031–2034  ·  view source on GitHub ↗

Suspends encoding of the stream. May be helpful if you need to embed a piece of base64-encoded data in a stream. @throws java.io.IOException if there's an error flushing @since 1.5.1

()

Source from the content-addressed store, hash-verified

2029 * @since 1.5.1
2030 */
2031 public void suspendEncoding() throws java.io.IOException {
2032 flushBase64();
2033 this.suspendEncoding = true;
2034 } // end suspendEncoding
2035
2036
2037 /**

Callers

nothing calls this directly

Calls 1

flushBase64Method · 0.95

Tested by

no test coverage detected