|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
com.sun.comm.LinuxParallel.LPInputStream
Field Summary | |
private byte[] |
buf
|
Fields inherited from class java.io.InputStream |
|
Constructor Summary | |
(package private) |
LinuxParallel.LPInputStream()
|
Method Summary | |
int |
available()
|
int |
read()
|
int |
read(byte[] b,
int offset,
int len)
|
Methods inherited from class java.io.InputStream |
close, mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private byte[] buf
Constructor Detail |
LinuxParallel.LPInputStream()
Method Detail |
public int available() throws java.io.IOException
java.io.IOException
public int read(byte[] b, int offset, int len) throws java.io.IOException
java.io.IOException
public int read() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |