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

Method OutputStream

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

Constructs a Base64.OutputStream in ENCODE mode. @param out the java.io.OutputStream to which data will be written. @since 1.3

( java.io.OutputStream out )

Source from the content-addressed store, hash-verified

1859 * @since 1.3
1860 */
1861 public OutputStream( java.io.OutputStream out ) {
1862 this( out, ENCODE );
1863 } // end constructor
1864
1865
1866 /**

Callers

nothing calls this directly

Calls 1

getDecodabetMethod · 0.80

Tested by

no test coverage detected