com.eviware.soapui.impl.wsdl.submit.transports.http
Class BaseHttpResponse.MaxSizeByteArrayOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.ByteArrayOutputStream
          extended by com.eviware.soapui.impl.wsdl.submit.transports.http.BaseHttpResponse.MaxSizeByteArrayOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
BaseHttpResponse

public static class BaseHttpResponse.MaxSizeByteArrayOutputStream
extends java.io.ByteArrayOutputStream


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

BaseHttpResponse.MaxSizeByteArrayOutputStream

public BaseHttpResponse.MaxSizeByteArrayOutputStream(long maxSize)
Method Detail

write

public void write(int b)
Overrides:
write in class java.io.ByteArrayOutputStream

write

public void write(byte[] b,
                  int off,
                  int len)
Overrides:
write in class java.io.ByteArrayOutputStream

write

public void write(byte[] b)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream
Throws:
java.io.IOException


Copyright © 2005-2011 eviware.com. All Rights Reserved.