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 BufferedReaderDeprecated.static @NonNull BufferedReaderDeprecated.static @NonNull BufferedReaderstatic @NonNull BufferedReaderstatic @NonNull StringreadToString(@NonNull Process process) Deprecated.static @NonNull StringreadToString(@NonNull String... args) Deprecated.static @NonNull StringreadToString(@NonNull Charset charset, @NonNull Process process) static @NonNull StringreadToString(@NonNull Charset charset, @NonNull String... args)
-
Constructor Details
-
ProcessReader
public ProcessReader()
-
-
Method Details
-
newReader
@Deprecated @NonNull public static @NonNull BufferedReader newReader(@NonNull @NonNull String... args) throws IOException Deprecated.- Throws:
IOException
-
newReader
@Deprecated @NonNull public static @NonNull BufferedReader newReader(@NonNull @NonNull Process process) Deprecated. -
readToString
@Deprecated @NonNull public static @NonNull String readToString(@NonNull @NonNull String... args) throws IOException Deprecated.- Throws:
IOException
-
readToString
@Deprecated @NonNull public static @NonNull String readToString(@NonNull @NonNull Process process) throws IOException Deprecated.- Throws:
IOException
-
newReader
@NonNull public static @NonNull BufferedReader newReader(@NonNull @NonNull Charset charset, @NonNull @NonNull String... args) throws IOException - Throws:
IOException
-
newReader
@NonNull public static @NonNull BufferedReader newReader(@NonNull @NonNull Charset charset, @NonNull @NonNull Process process) -
readToString
@NonNull public static @NonNull String readToString(@NonNull @NonNull Charset charset, @NonNull @NonNull String... args) throws IOException - Throws:
IOException
-
readToString
@NonNull public static @NonNull String readToString(@NonNull @NonNull Charset charset, @NonNull @NonNull Process process) throws IOException - Throws:
IOException
-