|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ecf.remoteservice.util.StreamUtil
public class StreamUtil
Constructor Summary | |
---|---|
StreamUtil()
|
|
StreamUtil(int bufferSize)
|
Method Summary | |
---|---|
long |
copy(java.io.InputStream input,
java.io.OutputStream output)
|
byte[] |
toByteArray(java.io.InputStream input)
|
void |
writeByteArray(java.io.OutputStream outs,
byte[] bytes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamUtil(int bufferSize)
public StreamUtil()
Method Detail |
---|
public long copy(java.io.InputStream input, java.io.OutputStream output) throws java.io.IOException
java.io.IOException
public byte[] toByteArray(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public void writeByteArray(java.io.OutputStream outs, byte[] bytes) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |