Package nbbrd.io.sys
Class ProcessReader
java.lang.Object
nbbrd.io.sys.ProcessReader
- Author:
- Philippe Charles
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull BufferedReaderstatic @NonNull BufferedReaderstatic @NonNull StringreadToString(@NonNull Process process) static @NonNull StringreadToString(@NonNull String... args)
-
Constructor Details
-
ProcessReader
public ProcessReader()
-
-
Method Details
-
newReader
@NonNull public static @NonNull BufferedReader newReader(@NonNull @NonNull String... args) throws IOException - Throws:
IOException
-
newReader
-
readToString
@NonNull public static @NonNull String readToString(@NonNull @NonNull String... args) throws IOException - Throws:
IOException
-
readToString
@NonNull public static @NonNull String readToString(@NonNull @NonNull Process process) throws IOException - Throws:
IOException
-