AbstractMap
in order to support a getter for implementation-specific properties. For example, you can get the underlying OutputStream
by casting an instance of this class to Map
and calling getProperty(OUTPUTSTREAM_PROPERTY)
.
@author Neeraj Bajaj
@author K.Venugopal
@author Santiago.Pericas-Geertsen@sun.com
@author Sunitha.Reddy@sun.com
|
|