com.atlassian.httpclient.apache.httpcomponents
Class EntityByteArrayInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.ByteArrayInputStream
          extended by com.atlassian.httpclient.apache.httpcomponents.EntityByteArrayInputStream
All Implemented Interfaces:
java.io.Closeable

public class EntityByteArrayInputStream
extends java.io.ByteArrayInputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
 
Constructor Summary
EntityByteArrayInputStream(byte[] bytes)
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.InputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityByteArrayInputStream

public EntityByteArrayInputStream(byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()


Copyright © 2012 Atlassian. All Rights Reserved.