...
If another class needs to use System.in
as well as the InputLibrary
class, the class must use the same buffered wrapper that is used by InputLibrary
, rather than creating and using its own additional buffered wrapper. Consequently, InputLibrary
must provide a reference to its buffered wrapper for such classes.
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ea978893337cd56d-40578aff-40cd4c7f-a196bad6-a1a0c8f37c53c667880939aa"><ac:plain-text-body><![CDATA[ | [[API 2006 | AA. Bibliography#API 06]] | [method read | http://java.sun.com/javase/6/docs/api/java/io/InputStream.html#read()] | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7555c44dc9a21add-4ea6d0b7-4f434916-8861bff5-126e7ccdc7220fbacd9a315a"><ac:plain-text-body><![CDATA[ | [[API 2006 | AA. Bibliography#API 06]] | [class BufferedInputStream | http://java.sun.com/javase/6/docs/api/java/io/BufferedInputStream.html] | ]]></ac:plain-text-body></ac:structured-macro> |
...