|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.higgins.icard.registry.utils.DataUtils
public class DataUtils
| Constructor Summary | |
|---|---|
DataUtils()
|
|
| Method Summary | |
|---|---|
static void |
copy(InputStream in,
OutputStream out)
|
static void |
copy(InputStream in,
OutputStream out,
int bufferSize)
|
static void |
copy(Reader in,
Writer out)
|
static void |
copy(Reader in,
Writer out,
int bufferSize)
|
static void |
copyAndClose(InputStream in,
OutputStream out)
|
static byte[] |
readBytes(InputStream is)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataUtils()
| Method Detail |
|---|
public static final byte[] readBytes(InputStream is)
throws IOException
IOException
public static final void copyAndClose(InputStream in,
OutputStream out)
throws IOException
IOException
public static final void copy(InputStream in,
OutputStream out)
throws IOException
IOException
public static final void copy(InputStream in,
OutputStream out,
int bufferSize)
throws IOException
IOException
public static final void copy(Reader in,
Writer out)
throws IOException
IOException
public static final void copy(Reader in,
Writer out,
int bufferSize)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||