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:
available
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
connect
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
receive
- Throws:
IOException
-