MCPcopy Create free account
hub / github.com/aistrate/AlgorithmsSedgewick / Copy

Class Copy

StdLib/Copy.java:14–23  ·  view source on GitHub ↗

Compilation: javac Copy.java Execution: java Copy < file Dependencies: BinaryStdIn.java BinaryStdOut.java Reads in a binary file from standard input and writes it to standard output. % java Copy < mandrill.jpg > copy.jpg % diff mandrill.jpg copy.jpg

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected