Package org.teavm.classlib.java.io
Class TPipedInputStream
java.lang.Object
java.io.InputStream
org.teavm.classlib.java.io.TPipedInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
buffer
protected byte[] buffer -
in
protected int in -
out
protected int out -
PIPE_SIZE
protected static final int PIPE_SIZE- See Also:
-
-
Constructor Details
-
TPipedInputStream
public TPipedInputStream() -
TPipedInputStream
- Throws:
IOException
-
-
Method Details
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
connect
- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
receive
- Throws:
IOException
-