@Deprecated public class StreamsUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
StreamsUtil.InputIOException
Deprecated.
|
class |
StreamsUtil.OutputIOException
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
readFromStream(InputStream in,
int len)
Deprecated.
|
static void |
writeFromInputToOutput(InputStream in,
OutputStream out)
Deprecated.
|
static void |
writeFromInputToOutput(InputStream in,
OutputStream out,
long[] tally)
Deprecated.
|
static void |
writeFromInputToOutputSpecific(InputStream in,
OutputStream out)
Deprecated.
|
static void |
writeToOutput(byte[] bytes,
OutputStream out)
Deprecated.
|
static void |
writeToOutput(byte[] bytes,
OutputStream out,
long[] tally)
Deprecated.
|
@Deprecated public static void writeFromInputToOutput(InputStream in, OutputStream out, long[] tally) throws StreamsUtil.InputIOException, StreamsUtil.OutputIOException
@Deprecated public static void writeFromInputToOutputSpecific(InputStream in, OutputStream out) throws StreamsUtil.InputIOException, StreamsUtil.OutputIOException
@Deprecated public static void writeFromInputToOutput(InputStream in, OutputStream out) throws IOException
IOException@Deprecated public static void writeToOutput(byte[] bytes, OutputStream out, long[] tally) throws IOException
IOException@Deprecated public static void writeToOutput(byte[] bytes, OutputStream out) throws IOException
IOException@Deprecated public static byte[] readFromStream(InputStream in, int len) throws IOException
IOExceptionCopyright © 2023. All rights reserved.