Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Method Summary | |
void | close()
|
void | flush()
|
void | write(int b)
|
void | write(byte[] b)
|
void | write(byte[] b,
int off,
int len)
|
Method Detail |
public void write(int b) throws java.io.IOException, RemoteException
public void write(byte[] b) throws java.io.IOException, java.lang.NullPointerException, RemoteException
public void write(byte[] b, int off, int len) throws java.io.IOException, java.lang.NullPointerException, java.lang.IndexOutOfBoundsException, RemoteException
public void flush() throws java.io.IOException, RemoteException
public void close() throws java.io.IOException, RemoteException
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |