(String name)
| 579 | /// |
| 580 | /// object stored under that name |
| 581 | public Object readObject(String name) { |
| 582 | return readObject(name, true); |
| 583 | } |
| 584 | |
| 585 | /// Reads the object from the storage, returns null if the object isn't there |
| 586 | /// |
no test coverage detected