|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
java.io.ByteArrayOutputStream
com.eviware.soapui.impl.wsdl.submit.transports.http.BaseHttpResponse.MaxSizeByteArrayOutputStream
public static class BaseHttpResponse.MaxSizeByteArrayOutputStream
| Field Summary |
|---|
| Fields inherited from class java.io.ByteArrayOutputStream |
|---|
buf, count |
| Constructor Summary | |
|---|---|
BaseHttpResponse.MaxSizeByteArrayOutputStream(long maxSize)
|
|
| Method Summary | |
|---|---|
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
| Methods inherited from class java.io.ByteArrayOutputStream |
|---|
close, reset, size, toByteArray, toString, toString, toString, writeTo |
| Methods inherited from class java.io.OutputStream |
|---|
flush |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BaseHttpResponse.MaxSizeByteArrayOutputStream(long maxSize)
| Method Detail |
|---|
public void write(int b)
write in class java.io.ByteArrayOutputStream
public void write(byte[] b,
int off,
int len)
write in class java.io.ByteArrayOutputStream
public void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||