Class EntityByteArrayInputStream
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
com.atlassian.httpclient.apache.httpcomponents.EntityByteArrayInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, readAllBytes, readNBytes, reset, skip, transferTo
Methods inherited from class java.io.InputStream
nullInputStream, read, readNBytes, skipNBytes
-
Constructor Details
-
EntityByteArrayInputStream
public EntityByteArrayInputStream(byte[] bytes)
-
-
Method Details
-
getBytes
public byte[] getBytes()
-