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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected