Package sun.tools.attach
Class WindowsVirtualMachine.PipedInputStream
java.lang.Object
java.io.InputStream
sun.tools.attach.WindowsVirtualMachine.PipedInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
WindowsVirtualMachine
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
hPipe
private long hPipe
-
-
Constructor Details
-
PipedInputStream
public PipedInputStream(long hPipe)
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-