I have a task in which I have to read data using different threads.
The problem is that due to the limitation of read rates, I built different threads with thread groups.
Now can any one tell me how to sleep one entire thread group so that it begins execution from exact same place where it left and the other thread groups remain executing?
InputStream? Your question is very unclear. It sounds like you have one thread for each stream, but if that were the case, it would just block automatically while waiting for data and resume automatically when data became available, making your question moot. – erickson Jan 28 at 15:56