? UnsynchronizedByteArrayInputStream

java.lang.Object
java.io.InputStream
org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
????????:
Closeable, AutoCloseable

This is an alternative to ByteArrayInputStream which removes the synchronization overhead for non-concurrent access; as such this class is not thread-safe.
???????:
2.7