org.bouncycastle.util.io
Class Streams
java.lang.Object
org.bouncycastle.util.io.Streams
public final class Streams
extends java.lang.Object
static void | pipeAll(InputStream inStr, OutputStream outStr)
|
static byte[] | readAll(InputStream inStr)
|
static int | readFully(InputStream inStr, byte[] buf)
|
static int | readFully(InputStream inStr, byte[] buf, int off, int len)
|
pipeAll
public static void pipeAll(InputStream inStr,
OutputStream outStr)
throws IOException
readAll
public static byte[] readAll(InputStream inStr)
throws IOException
readFully
public static int readFully(InputStream inStr,
byte[] buf)
throws IOException
readFully
public static int readFully(InputStream inStr,
byte[] buf,
int off,
int len)
throws IOException