422423424425426427428429430431432
return _colName + " [" + _absolutePath + ']'; } public void close() throws IOException { this._properties = null; IStringChunk sc = _stringChunk; if(sc != null) { sc.close(); this._stringChunk = null; } }
386387388389390391392393394395396