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

Method InputStream

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

Constructs a Base64.InputStream in DECODE mode. @param in the java.io.InputStream from which to read data. @since 1.3

( java.io.InputStream in )

Source from the content-addressed store, hash-verified

1646 * @since 1.3
1647 */
1648 public InputStream( java.io.InputStream in ) {
1649 this( in, DECODE );
1650 } // end constructor
1651
1652
1653 /**

Callers

nothing calls this directly

Calls 1

getDecodabetMethod · 0.80

Tested by

no test coverage detected