Class EntityByteArrayInputStream

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

public class EntityByteArrayInputStream extends ByteArrayInputStream
  • Constructor Details

    • EntityByteArrayInputStream

      public EntityByteArrayInputStream(byte[] bytes)
  • Method Details

    • getBytes

      public byte[] getBytes()