...
Compliant Solution (Accessible Class Variable)
If another class intends needs to use System.in
as well as the InputLibrary
class, the class must use the same buffered wrapper which that is used by InputLibrary
, instead of rather than creating and using its own additional buffered wrapper. Consequently , InputLibrary
must make available provide a reference to the its buffered wrapper for such classes.
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9e6187c4118a28ae-c9a545df-48ab4292-9b66a2ab-cf2de2bfafbb9ce437be2ee8"><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="481ae94c5f91d41e-ddedebd8-4e2c4378-b2d9bcf1-ce1b2d3cbd49ffa5d7d436d9"><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> |
...