411412413414415416417418419420421
/** * Release any resources associated with this entity. */ public void close() throws IOException { BufferAllocator ba = ThreadLocalBufferAllocator.getBufferAllocator(); ba.returnCharBuffer(ch); ch = null; reader.close(); } //