MCPcopy Create free account
hub / github.com/apache/ant / defaultInput

Method defaultInput

src/main/org/apache/tools/ant/Project.java:1300–1307  ·  view source on GitHub ↗

Read data from the default input stream. If no default has been specified, System.in is used. @param buffer the buffer into which data is to be read. @param offset the offset into the buffer at which data is stored. @param length the amount of data to read. @return the number of bytes read. @exce

(final byte[] buffer, final int offset, final int length)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

demuxInputMethod · 0.95
handleInputMethod · 0.80
handleInputMethod · 0.80

Calls 2

flushMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected