Package com.microsoft.playwright.impl
Class Stream.InputStreamImpl
java.lang.Object
java.io.InputStream
com.microsoft.playwright.impl.Stream.InputStreamImpl
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
Stream
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
InputStreamImpl
private InputStreamImpl()
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
public int read(byte[] b, int off, int len) - Overrides:
readin classInputStream
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-