Get texture Data from LWJGL Given a Texture Id?

So, in my texture class, I want to be able to get a buffered image (or any kind of image data) from lwjgl based off of a texture id. Is there a way to do that?