Interface PageantLibrary.Pipe
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
PageantLibrary.PipeImpl
- Enclosing class:
- PageantLibrary
An abstraction for a bi-directional pipe.
-
Method Summary
-
Method Details
-
send
Send the given message.- Parameters:
message- to send- Throws:
IOException- on errors
-
receive
Reads bytes from the pipe untildatais full.- Parameters:
data- to read- Throws:
IOException- on errors
-