|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoemware.core.util.IoUtils
public class IoUtils
The io utils.
| Constructor Summary | |
|---|---|
IoUtils()
|
|
| Method Summary | |
|---|---|
static int |
readInputStream(java.io.InputStream pInputStream,
byte[] pBuffer,
int pReadSize)
Read the input stream into a byte array. |
static byte[] |
readInputStream(java.io.InputStream pInputStream,
int pReadSize)
Read the input stream into a byte array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IoUtils()
| Method Detail |
|---|
public static final byte[] readInputStream(java.io.InputStream pInputStream,
int pReadSize)
throws java.io.IOException
pInputStream - The stream.pReadSize - The number of bytes to attempt to read at a time.
java.io.IOException
public static final int readInputStream(java.io.InputStream pInputStream,
byte[] pBuffer,
int pReadSize)
throws java.io.IOException
pInputStream - The stream.pBuffer - The buffer.pReadSize - The number of bytes to attempt to read at a time.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||