|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--com.dctl.j2me.io.socket.SocketOutputStream
This reads data in from a socket
| Method Summary | |
void |
close()
Close the socket |
void |
flush()
flush the buffer |
void |
write(byte[] buf,
int off,
int len)
Write a buffer to the stream |
void |
write(int b)
Write one byte to the stream |
| Methods inherited from class java.io.OutputStream |
write |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void close()
throws IOException
close in class OutputStreamIOException - if there is an error
public void write(int b)
throws IOException
write in interface Writablewrite in class OutputStreamb - The byte to write
IOException - if there is an error
public void write(byte[] buf,
int off,
int len)
throws IOException
write in interface Writablewrite in class OutputStreambuf - The bufferoff - The offset into the bufferlen - The maximum length to write
IOException - if there is an error
public void flush()
throws IOException
flush in class OutputStreamIOException - if there is an error
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||