- close() - Method in class com.github.tuupertunut.powershelllibjava.PowerShell
-
Closes this PowerShell session and frees all resources associated with
it.
- com.github.tuupertunut.powershelllibjava - package com.github.tuupertunut.powershelllibjava
-
- consumeAll() - Method in class com.github.tuupertunut.powershelllibjava.AsyncReaderRecorder
-
Consumes and returns the whole buffer at once.
- consumeAllAfterCurrentInput() - Method in class com.github.tuupertunut.powershelllibjava.AsyncReaderRecorder
-
Consumes and returns the whole buffer after the current reading is
complete.
- consumeAmount(int) - Method in class com.github.tuupertunut.powershelllibjava.AsyncReaderRecorder
-
Consumes and returns a fixed amount of characters from the buffer.
- consumeToNextDelimiter(String) - Method in class com.github.tuupertunut.powershelllibjava.AsyncReaderRecorder
-
Consumes and returns the buffer up to the point where the delimiter first
occurs.