mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
13 lines
412 B
Java
13 lines
412 B
Java
import java.io.*;
|
|
|
|
public interface Idea4780 {
|
|
/**
|
|
* @throws IOException if an I/O error occurs while reading.
|
|
* @throws EOFException if this source is already closed when the <code>read()</code> is called,
|
|
* or is closed during the <code>read()</code>.
|
|
* @throws InterruptedIOException if the reading thread is interrupted.
|
|
*/
|
|
public Object read()
|
|
throws IOException;
|
|
}
|